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/06 17:25:52 UTC

[GitHub] [pulsar] KIC opened a new issue #4490: pulsar transient maven dependencies have conflicts

KIC opened a new issue #4490: pulsar transient maven dependencies have conflicts
URL: https://github.com/apache/pulsar/issues/4490
 
 
   **Describe the bug**
   A clear and concise description of what the bug is.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   create maven pom file
   ```
          <dependency>
               <groupId>org.apache.pulsar</groupId>
               <artifactId>pulsar-broker</artifactId>
               <version>2.3.2</version>
          </dependency>
   ```
   
   it then fails due to:
   ```
   Failed to collect dependencies for kic.data:stream-pulsar:jar:0.0.1-SNAPSHOT: Could not reso
   lve version conflict among [org.apache.pulsar:pulsar-broker:jar:2.3.2 -> org.apache.pulsar:pulsar-zookeeper-utils:jar:2.3.2 -> org.apache.bookkeeper:stream-storage-server:jar:4.9.2 -> org.apache.bookkeeper:stream-storage-java-client:ja
   r:4.9.2 -> io.grpc:grpc-core:jar:1.12.0, org.apache.pulsar:pulsar-broker:jar:2.3.2 -> org.apache.pulsar:pulsar-zookeeper-utils:jar:2.3.2 -> org.apache.bookkeeper:stream-storage-server:jar:4.9.2 -> org.apache.bookkeeper:stream-storage-j
   ava-client:jar:4.9.2 -> io.grpc:grpc-protobuf-lite:jar:1.12.0 -> io.grpc:grpc-core:jar:1.12.0, org.apache.pulsar:pulsar-broker:jar:2.3.2 -> org.apache.pulsar:pulsar-zookeeper-utils:jar:2.3.2 -> org.apache.bookkeeper:stream-storage-serv
   er:jar:4.9.2 -> org.apache.bookkeeper:stream-storage-java-client:jar:4.9.2 -> io.grpc:grpc-testing:jar:1.12.0 -> io.grpc:grpc-core:jar:[1.12.0,1.12.0], org.apache.pulsar:pulsar-broker:jar:2.3.2 -> org.apache.pulsar:pulsar-zookeeper-uti
   ls:jar:2.3.2 -> io.grpc:grpc-all:jar:1.18.0 -> io.grpc:grpc-auth:jar:1.18.0 -> io.grpc:grpc-core:jar:[1.18.0,1.18.0], org.apache.pulsar:pulsar-broker:jar:2.3.2 -> org.apache.pulsar:pulsar-zookeeper-utils:jar:2.3.2 -> io.grpc:grpc-all:j
   ar:1.18.0 -> io.grpc:grpc-core:jar:[1.18.0,1.18.0], org.apache.pulsar:pulsar-broker:jar:2.3.2 -> org.apache.pulsar:pulsar-zookeeper-utils:jar:2.3.2 -> io.grpc:grpc-all:jar:1.18.0 -> io.grpc:grpc-netty:jar:1.18.0 -> io.grpc:grpc-core:ja
   r:[1.18.0,1.18.0], org.apache.pulsar:pulsar-broker:jar:2.3.2 -> org.apache.pulsar:pulsar-zookeeper-utils:jar:2.3.2 -> io.grpc:grpc-all:jar:1.18.0 -> io.grpc:grpc-okhttp:jar:1.18.0 -> io.grpc:grpc-core:jar:[1.18.0,1.18.0], org.apache.pu
   lsar:pulsar-broker:jar:2.3.2 -> org.apache.pulsar:pulsar-zookeeper-utils:jar:2.3.2 -> io.grpc:grpc-all:jar:1.18.0 -> io.grpc:grpc-protobuf:jar:1.18.0 -> io.grpc:grpc-core:jar:1.18.0, org.apache.pulsar:pulsar-broker:jar:2.3.2 -> org.apa
   che.pulsar:pulsar-zookeeper-utils:jar:2.3.2 -> io.grpc:grpc-all:jar:1.18.0 -> io.grpc:grpc-protobuf-nano:jar:1.18.0 -> io.grpc:grpc-core:jar:1.18.0, org.apache.pulsar:pulsar-broker:jar:2.3.2 -> org.apache.pulsar:pulsar-zookeeper-utils:
   jar:2.3.2 -> io.grpc:grpc-all:jar:1.18.0 -> io.grpc:grpc-stub:jar:1.18.0 -> io.grpc:grpc-core:jar:1.18.0] -> [Help 1]
   [ERROR]
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR]
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
   [ERROR]
   [ERROR] After correcting the problems, you can resume the build with the command
   [ERROR]   mvn <goals> -rf :stream-pulsar
   ```
   
   **Expected behavior**
   dependency loaded
   

----------------------------------------------------------------
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