Skip to content

Commit 14a4f6b

Browse files
jiazhaijerrypeng
authored andcommitted
duplicate dependency in pom (apache#4576)
1 parent 6c13f18 commit 14a4f6b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pulsar-common/pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
<artifactId>pulsar-client-api</artifactId>
4141
<version>${project.version}</version>
4242
</dependency>
43-
43+
4444
<dependency>
4545
<groupId>io.swagger</groupId>
4646
<artifactId>swagger-annotations</artifactId>
4747
</dependency>
48-
48+
4949
<dependency>
5050
<groupId>org.slf4j</groupId>
5151
<artifactId>slf4j-api</artifactId>
@@ -103,11 +103,6 @@
103103
<artifactId>bcpkix-jdk15on</artifactId>
104104
</dependency>
105105

106-
<dependency>
107-
<groupId>io.swagger</groupId>
108-
<artifactId>swagger-annotations</artifactId>
109-
</dependency>
110-
111106
<dependency>
112107
<groupId>org.apache.bookkeeper</groupId>
113108
<artifactId>circe-checksum</artifactId>

0 commit comments

Comments
 (0)