Skip to content

Commit

Permalink
clean up pom and upgrade xstream version
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed Jan 27, 2023
1 parent c7ded89 commit 8a45944
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
<nacos-discovery-api.version>1.4.0</nacos-discovery-api.version>
<common-lang3.version>3.12.0</common-lang3.version>
<mysql-connector-java.version>8.0.29</mysql-connector-java.version>
<cat.client.version>3.1.0</cat.client.version>
<!-- Plugins Version -->
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
Expand Down Expand Up @@ -105,11 +104,6 @@
<artifactId>apollo-core</artifactId>
<version>${apollo-java.version}</version>
</dependency>
<dependency>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apollo-client</artifactId>
<version>${apollo-java.version}</version>
</dependency>
<dependency>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apollo-common</artifactId>
Expand Down Expand Up @@ -176,16 +170,11 @@
<artifactId>commons-lang3</artifactId>
<version>${common-lang3.version}</version>
</dependency>
<dependency>
<groupId>com.dianping.cat</groupId>
<artifactId>cat-client</artifactId>
<version>${cat.client.version}</version>
</dependency>
<!-- to fix CVE-2020-26217 -->
<!-- to fix CVE-2022-41966 -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.19</version>
<version>1.4.20</version>
</dependency>
<!--for test -->
<dependency>
Expand Down

0 comments on commit 8a45944

Please sign in to comment.