You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by je...@apache.org on 2019/06/21 17:52:59 UTC

[pulsar] branch master updated: duplicate dependency in pom (#4576)

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

jerrypeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 14a4f6b  duplicate dependency in pom (#4576)
14a4f6b is described below

commit 14a4f6b209e890b3895001966e29c1e06c518604
Author: Jia Zhai <zh...@apache.org>
AuthorDate: Sat Jun 22 01:52:52 2019 +0800

    duplicate dependency in pom (#4576)
---
 pulsar-common/pom.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/pulsar-common/pom.xml b/pulsar-common/pom.xml
index 74ff8aa..07d1bbd 100644
--- a/pulsar-common/pom.xml
+++ b/pulsar-common/pom.xml
@@ -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>
@@ -104,11 +104,6 @@
     </dependency>
 
     <dependency>
-      <groupId>io.swagger</groupId>
-      <artifactId>swagger-annotations</artifactId>
-    </dependency>
-
-    <dependency>
       <groupId>org.apache.bookkeeper</groupId>
       <artifactId>circe-checksum</artifactId>
       <version>${bookkeeper.version}</version>