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 2019/12/03 06:18:33 UTC

[servicecomb-java-chassis] 04/14: [SCB-1582] Delete unused thirdParty dependencies

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

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

commit e530ae2ec8f7ce614da2cc462b9078910b6b234e
Author: AngLi2 <li...@qq.com>
AuthorDate: Thu Nov 14 09:54:44 2019 +0800

    [SCB-1582] Delete unused thirdParty dependencies
---
 java-chassis-dependencies/default/pom.xml | 28 ++++++++++++++++++++--------
 1 file changed, 20 insertions(+), 8 deletions(-)

diff --git a/java-chassis-dependencies/default/pom.xml b/java-chassis-dependencies/default/pom.xml
index c9b7669..3413ad5 100644
--- a/java-chassis-dependencies/default/pom.xml
+++ b/java-chassis-dependencies/default/pom.xml
@@ -106,7 +106,6 @@
     <tec-zkclient.version>0.10</tec-zkclient.version>
     <tomakehurst.version>2.6.0</tomakehurst.version>
     <vertx.version>3.6.3</vertx.version>
-    <woodstox.version>4.4.1</woodstox.version>
     <xstream.version>1.4.11.1</xstream.version>
     <zipkin.version>2.9.3</zipkin.version>
     <zipkin-reporter.version>2.7.13</zipkin-reporter.version>
@@ -192,6 +191,10 @@
             <groupId>com.fasterxml.woodstox</groupId>
             <artifactId>woodstox-core</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>woodstox-core-asl</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>
@@ -418,6 +421,10 @@
             <groupId>io.swagger</groupId>
             <artifactId>swagger-compat-spec-parser</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
 
@@ -533,6 +540,12 @@
         <groupId>io.protostuff</groupId>
         <artifactId>protostuff-parser</artifactId>
         <version>${protostuff-parser.version}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.abego.treelayout</groupId>
+            <artifactId>org.abego.treelayout.core</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>io.protostuff</groupId>
@@ -750,6 +763,12 @@
         <groupId>org.asciidoctor</groupId>
         <artifactId>asciidoctorj</artifactId>
         <version>${asciidoctorj.version}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>com.jcraft</groupId>
+            <artifactId>jzlib</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
 
       <dependency>
@@ -773,13 +792,6 @@
       </dependency>
 
       <dependency>
-        <groupId>org.codehaus.woodstox</groupId>
-        <artifactId>woodstox-core-asl</artifactId>
-        <version>${woodstox.version}</version>
-        <scope>provided</scope>
-      </dependency>
-
-      <dependency>
         <groupId>org.glassfish.jersey.core</groupId>
         <artifactId>jersey-common</artifactId>
         <version>${jersey.version}</version>