Skip to content

Commit

Permalink
Remove useless dependencies (#1075) (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
birdstorm authored and marsishandsome committed Aug 30, 2019
1 parent 5aeb1b8 commit 286af1d
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions tikv-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,22 +96,13 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_${scala.binary.version}</artifactId>
<version>${jackson.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand Down Expand Up @@ -338,10 +329,6 @@
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
<relocations>
<relocation>
<pattern>com.fasterxml</pattern>
<shadedPattern>shade.com.fasterxml.jackson</shadedPattern>
</relocation>
<relocation>
<pattern>io.grpc</pattern>
<shadedPattern>shade.io.grpc</shadedPattern>
Expand Down

0 comments on commit 286af1d

Please sign in to comment.