We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933731b commit 524ad90Copy full SHA for 524ad90
api-admin/pom.xml
@@ -19,6 +19,11 @@
19
<artifactId>api-common</artifactId>
20
</dependency>
21
22
+ <dependency>
23
+ <groupId>org.apache.commons</groupId>
24
+ <artifactId>commons-lang3</artifactId>
25
+ </dependency>
26
+
27
<dependency>
28
<groupId>org.springframework.boot</groupId>
29
<artifactId>spring-boot-starter-web</artifactId>
api-admin/src/main/java/com/lmxdawn/api/admin/converter/AdSaveForm2AdConverter.java
@@ -3,7 +3,7 @@
3
4
import com.lmxdawn.api.admin.entity.ad.Ad;
5
import com.lmxdawn.api.admin.req.ad.AdSaveRequest;
6
-import com.sun.deploy.util.StringUtils;
+import org.apache.commons.lang3.StringUtils;
7
import org.springframework.beans.BeanUtils;
8
9
import java.util.ArrayList;
0 commit comments