Skip to content

Commit

Permalink
dependencies: upgrade eureka-clients and xstream dependencies (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
Bughue committed Mar 25, 2022
1 parent b4b95a0 commit 774ba97
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
14 changes: 13 additions & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<spring-context-support.version>1.0.2</spring-context-support.version>
<apollo-client.version>1.6.0</apollo-client.version>
<mock-jedis.version>0.1.16</mock-jedis.version>
<eureka-clients.version>1.10.16</eureka-clients.version>
<eureka-clients.version>1.10.17</eureka-clients.version>
<consul-clients.version>1.4.2</consul-clients.version>
<nacos-client.version>1.4.2</nacos-client.version>
<etcd-client-v3.version>0.3.0</etcd-client-v3.version>
Expand All @@ -74,6 +74,7 @@
<fst.version>2.57</fst.version>
<groovy.version>2.4.4</groovy.version>
<zstd.version>1.5.0-4</zstd.version>
<xstream.version>1.4.19</xstream.version>

<jwt.version>0.10.5</jwt.version>
<prometheus.client.version>0.6.0</prometheus.client.version>
Expand Down Expand Up @@ -642,6 +643,17 @@
<artifactId>assertj-core</artifactId>
<version>${assertj-core.version}</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>${xstream.version}</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>org.glassfish.jersey</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>
</project>
10 changes: 10 additions & 0 deletions discovery/seata-discovery-eureka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@
<dependency>
<groupId>com.netflix.eureka</groupId>
<artifactId>eureka-client</artifactId>
<exclusions>
<exclusion>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</dependency>
<dependency>
<groupId>com.netflix.archaius</groupId>
Expand Down

0 comments on commit 774ba97

Please sign in to comment.