You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/06/21 12:42:22 UTC

[GitHub] [pulsar] jiazhai opened a new pull request #4576: remove duplicate dependency in pom

jiazhai opened a new pull request #4576: remove duplicate dependency in pom
URL: https://github.com/apache/pulsar/pull/4576
 
 
   remove duplicate dependency in pom, which will cause error when `mvn apache-rat:check`
          
   ```
   ...
   [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: io.swagger:swagger-annotations:jar -> duplicate declaration of version (?) @ org.apache.pulsar:pulsar-common:[unknown-version], /Users/jia/ws/code/pulsar/pulsar-common/pom.xml, line 106, column 17
   [WARNING] 
   [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services