File tree 2 files changed +3
-3
lines changed
src/main/java/com/wugui/datax/admin/config
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 543
543
</exclusions >
544
544
</dependency >
545
545
546
- <dependency >
546
+ <!-- < dependency>
547
547
<groupId>org.apache.phoenix</groupId>
548
548
<artifactId>phoenix-core</artifactId>
549
549
<version>${phoenix.version}</version>
669
669
<groupId>com.google.code.findbugs</groupId>
670
670
</exclusion>
671
671
</exclusions>
672
- </dependency >
672
+ </dependency>-->
673
673
674
674
<dependency >
675
675
<groupId >org.mongodb</groupId >
Original file line number Diff line number Diff line change 3
3
import com .google .common .collect .Multimap ;
4
4
import io .swagger .models .*;
5
5
import io .swagger .models .parameters .Parameter ;
6
- import org .apache .commons .lang .StringUtils ;
6
+ import org .apache .commons .lang3 .StringUtils ;
7
7
import org .springframework .beans .factory .annotation .Autowired ;
8
8
import org .springframework .boot .autoconfigure .condition .ConditionalOnWebApplication ;
9
9
import org .springframework .context .MessageSource ;
You can’t perform that action at this time.
0 commit comments