Skip to content

Commit

Permalink
[SCB-1582] Delete unused thirdParty dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AngLi2 authored and liubao68 committed Nov 15, 2019
1 parent 9c3bc94 commit 07f34c3
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions java-chassis-dependencies/default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -772,13 +791,6 @@
<scope>runtime</scope>
</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>
Expand Down

0 comments on commit 07f34c3

Please sign in to comment.