|
|
@@ -38,6 +38,12 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.vaadin.external.google</groupId>
|
|
|
+ <artifactId>android-json</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
|
|
|
@@ -107,7 +113,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>druid-spring-boot-starter</artifactId>
|
|
|
- <version>1.1.21</version>
|
|
|
+ <version>1.2.16</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
@@ -124,6 +130,12 @@
|
|
|
<version>3.4</version>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>xerces</groupId>
|
|
|
+ <artifactId>xercesImpl</artifactId>
|
|
|
+ <version>2.12.2</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<!-- 日志包-->
|
|
|
<dependency>
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
@@ -188,12 +200,6 @@
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.commons</groupId>
|
|
|
- <artifactId>commons-lang3</artifactId>
|
|
|
- <version>3.4</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>commons-lang</groupId>
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
@@ -217,7 +223,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.jsoup</groupId>
|
|
|
<artifactId>jsoup</artifactId>
|
|
|
- <version>1.14.2</version>
|
|
|
+ <version>1.15.3</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
@@ -250,14 +256,6 @@
|
|
|
<classifier>jdk15</classifier>
|
|
|
</dependency>
|
|
|
|
|
|
- <!-- 冲突去掉 -->
|
|
|
- <!--
|
|
|
- <dependency>
|
|
|
- <groupId>org.slf4j</groupId>
|
|
|
- <artifactId>slf4j-log4j12</artifactId>
|
|
|
- <version>1.6.0</version>
|
|
|
- </dependency>
|
|
|
--->
|
|
|
<!-- https://mvnrepository.com/artifact/org.json/json -->
|
|
|
<dependency>
|
|
|
<groupId>org.json</groupId>
|