Upgrade dependencies.

This commit is contained in:
Sutra Zhou
2021-08-16 18:50:08 +08:00
parent b08c9df31d
commit 17f5374096
9 changed files with 79 additions and 25 deletions
-3
View File
@@ -30,13 +30,11 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>${fastjson.version}</version>
</dependency>
<!-- 兼容 JDK 9+ 后的maven环境编译 -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.2.11</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -51,7 +49,6 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.2.0.RELEASE</version>
<optional>true</optional>
<exclusions>
<exclusion>