Skip to content

Commit

Permalink
duplicate dependency in pom (apache#4576)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazhai authored and jerrypeng committed Jun 21, 2019
1 parent 6c13f18 commit 14a4f6b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pulsar-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
<artifactId>pulsar-client-api</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down Expand Up @@ -103,11 +103,6 @@
<artifactId>bcpkix-jdk15on</artifactId>
</dependency>

<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
</dependency>

<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>circe-checksum</artifactId>
Expand Down

0 comments on commit 14a4f6b

Please sign in to comment.