You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/05/09 12:54:09 UTC

[servicecomb-java-chassis] branch master updated: [SCB-2487]Remove unused xstream maven dependency (#2837)

This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new c1b85237e [SCB-2487]Remove unused xstream maven dependency (#2837)
c1b85237e is described below

commit c1b85237e993424e9f5d65bb65e6a03e19bb5141
Author: Lico-Tom <95...@users.noreply.github.com>
AuthorDate: Mon May 9 20:54:03 2022 +0800

    [SCB-2487]Remove unused xstream maven dependency (#2837)
---
 dependencies/default/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index 053c3a8d8..185d2d08f 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -110,7 +110,6 @@
     <tec-zkclient.version>0.10</tec-zkclient.version>
     <tomakehurst.version>2.6.0</tomakehurst.version>
     <vertx.version>4.2.7</vertx.version>
-    <xstream.version>1.4.11.1</xstream.version>
     <zipkin.version>2.19.1</zipkin.version>
     <zipkin-reporter.version>2.7.13</zipkin-reporter.version>
     <!-- Base dir of main -->
@@ -348,12 +347,6 @@
         <version>${okhttp3.version}</version>
       </dependency>
 
-      <dependency>
-        <groupId>com.thoughtworks.xstream</groupId>
-        <artifactId>xstream</artifactId>
-        <version>${xstream.version}</version>
-      </dependency>
-
       <dependency>
         <groupId>commons-beanutils</groupId>
         <artifactId>commons-beanutils</artifactId>