Skip to content

Commit e02e509

Browse files
author
weiye
committed
WeiYe-Jing#153 bug fixed
1 parent 84e1232 commit e02e509

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

datax-admin/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@
543543
</exclusions>
544544
</dependency>
545545

546-
<dependency>
546+
<!--<dependency>
547547
<groupId>org.apache.phoenix</groupId>
548548
<artifactId>phoenix-core</artifactId>
549549
<version>${phoenix.version}</version>
@@ -669,7 +669,7 @@
669669
<groupId>com.google.code.findbugs</groupId>
670670
</exclusion>
671671
</exclusions>
672-
</dependency>
672+
</dependency>-->
673673

674674
<dependency>
675675
<groupId>org.mongodb</groupId>

datax-admin/src/main/java/com/wugui/datax/admin/config/ServiceModelToSwagger2MapperImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import com.google.common.collect.Multimap;
44
import io.swagger.models.*;
55
import io.swagger.models.parameters.Parameter;
6-
import org.apache.commons.lang.StringUtils;
6+
import org.apache.commons.lang3.StringUtils;
77
import org.springframework.beans.factory.annotation.Autowired;
88
import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication;
99
import org.springframework.context.MessageSource;

0 commit comments

Comments
 (0)