Github user d2r commented on the issue:

    https://github.com/apache/storm/pull/600
  
    @revans2, @harshach , @tedxia 
    
    This pull request is stale, and it looks as if we are pulling in 
commons-codec 
[explicitly](https://github.com/apache/storm/blob/0fdad2c0ff357c431454128dd937edf2876a5fb5/storm-core/pom.xml#L330-L333)
 now:
    
    ```
    [INFO] Scanning for projects...
    [WARNING] 
    [WARNING] Some problems were encountered while building the effective model 
for org.apache.storm:storm-core:jar:2.0.0-SNAPSHOT
    [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' 
must be unique: org.apache.zookeeper:zookeeper:jar -> duplicate declaration of 
version (?) @ org.apache.storm:storm-core:[unknown-version], 
/Users/derekd/devel/storm/storm-core/pom.xml, line 282, column 21
    [WARNING] 
    [WARNING] It is highly recommended to fix these problems because they 
threaten the stability of your build.
    [WARNING] 
    [WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
    [WARNING] 
    [INFO] 
    [INFO] --------------------< org.apache.storm:storm-core 
>---------------------
    [INFO] Building Storm Core 2.0.0-SNAPSHOT
    [INFO] --------------------------------[ jar 
]---------------------------------
    [INFO] 
    [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ storm-core ---
    [INFO] org.apache.storm:storm-core:jar:2.0.0-SNAPSHOT
    [INFO] +- org.apache.storm:storm-clojure:jar:2.0.0-SNAPSHOT:compile
    [INFO] +- org.apache.storm:storm-server:jar:2.0.0-SNAPSHOT:compile
    [INFO] |  +- org.apache.storm:storm-client:jar:2.0.0-SNAPSHOT:compile
    [INFO] |  |  +- org.jctools:jctools-core:jar:2.0.1:compile
    [INFO] |  |  \- javax.xml.bind:jaxb-api:jar:2.3.0:compile
    [INFO] |  \- org.rocksdb:rocksdbjni:jar:5.8.6:compile
    [INFO] +- uk.org.lidalia:sysout-over-slf4j:jar:1.0.2:compile
    [INFO] +- log4j:log4j:jar:1.2.17:test
    [INFO] +- org.clojure:clojure:jar:1.7.0:compile
    [INFO] +- clj-time:clj-time:jar:0.8.0:compile
    [INFO] +- compojure:compojure:jar:1.1.9:compile
    [INFO] |  +- org.clojure:tools.macro:jar:0.1.0:compile
    [INFO] |  \- clout:clout:jar:1.2.0:compile
    [INFO] +- hiccup:hiccup:jar:0.3.6:compile
    [INFO] +- ring:ring-core:jar:1.6.2:compile
    [INFO] |  +- ring:ring-codec:jar:1.0.1:compile
    [INFO] |  +- crypto-random:crypto-random:jar:1.2.0:compile
    [INFO] |  \- crypto-equality:crypto-equality:jar:1.0.0:compile
    [INFO] +- ring:ring-devel:jar:1.6.2:compile
    [INFO] |  +- clj-stacktrace:clj-stacktrace:jar:0.2.8:compile
    [INFO] |  \- ns-tracker:ns-tracker:jar:0.3.1:compile
    [INFO] |     +- org.clojure:tools.namespace:jar:0.2.11:compile
    [INFO] |     \- org.clojure:java.classpath:jar:0.2.3:compile
    [INFO] +- ring:ring-jetty-adapter:jar:1.6.2:compile
    [INFO] |  \- ring:ring-servlet:jar:1.6.2:compile
    [INFO] +- ring:ring-json:jar:0.4.0:compile
    [INFO] |  \- cheshire:cheshire:jar:5.5.0:compile
    [INFO] |     +- 
com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.9.4:compile
    [INFO] |     \- tigris:tigris:jar:0.1.1:compile
    [INFO] +- org.clojure:tools.logging:jar:0.2.3:compile
    [INFO] +- org.clojure:math.numeric-tower:jar:0.0.1:compile
    [INFO] +- org.clojure:tools.cli:jar:0.2.4:compile
    [INFO] +- org.clojure:tools.nrepl:jar:0.2.3:test
    [INFO] +- clojure-complete:clojure-complete:jar:0.2.3:test
    [INFO] +- org.clojars.runa:conjure:jar:2.1.3:test
    [INFO] +- org.clojure:clojure-contrib:jar:1.2.0:test
    [INFO] +- org.clojure:data.codec:jar:0.1.0:test
    [INFO] +- org.clojure:java.jmx:jar:0.3.1:compile
    [INFO] +- commons-cli:commons-cli:jar:1.3.1:compile
    [INFO] +- commons-io:commons-io:jar:2.5:compile
    [INFO] +- org.apache.commons:commons-compress:jar:1.4.1:compile
    [INFO] |  \- org.tukaani:xz:jar:1.0:compile
    [INFO] +- org.apache.commons:commons-exec:jar:1.1:compile
    [INFO] +- commons-collections:commons-collections:jar:3.2.2:compile
    [INFO] +- commons-lang:commons-lang:jar:2.5:compile
    [INFO] +- org.apache.thrift:libthrift:jar:0.9.3:compile
    [INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.3.3:compile
    [INFO] |  |  \- commons-logging:commons-logging:jar:1.1.3:compile
    [INFO] |  \- org.apache.httpcomponents:httpcore:jar:4.4.1:compile
    [INFO] +- org.apache.curator:curator-framework:jar:4.0.1:compile
    [INFO] +- org.apache.zookeeper:zookeeper:jar:3.4.6:compile
    [INFO] |  \- jline:jline:jar:0.9.94:compile
    [INFO] +- org.apache.curator:curator-recipes:jar:4.0.1:compile
    [INFO] +- org.apache.curator:curator-test:jar:2.12.0:test
    [INFO] |  \- org.javassist:javassist:jar:3.18.1-GA:test
    [INFO] +- com.googlecode.json-simple:json-simple:jar:1.1:compile
    [INFO] +- com.twitter:carbonite:jar:1.5.0:compile
    [INFO] |  +- com.esotericsoftware:kryo:jar:3.0.3:compile
    [INFO] |  |  +- com.esotericsoftware:reflectasm:jar:1.10.1:compile
    [INFO] |  |  |  \- org.ow2.asm:asm:jar:5.0.3:compile
    [INFO] |  |  \- com.esotericsoftware:minlog:jar:1.3.0:compile
    [INFO] |  \- com.twitter:chill-java:jar:0.8.0:compile
    [INFO] |     \- com.esotericsoftware:kryo-shaded:jar:3.0.3:compile
    [INFO] +- org.yaml:snakeyaml:jar:1.11:compile
    [INFO] +- com.lmax:disruptor:jar:3.3.2:compile
    [INFO] +- org.jgrapht:jgrapht-core:jar:0.9.0:compile
    [INFO] +- com.google.guava:guava:jar:16.0.1:compile
    [INFO] +- org.apache.logging.log4j:log4j-api:jar:2.8.2:compile
    [INFO] +- org.apache.logging.log4j:log4j-core:jar:2.8.2:compile
    [INFO] +- org.apache.logging.log4j:log4j-slf4j-impl:jar:2.8.2:compile
    [INFO] +- org.slf4j:log4j-over-slf4j:jar:1.6.6:compile
    [INFO] +- io.netty:netty:jar:3.9.9.Final:compile
    [INFO] +- io.dropwizard.metrics:metrics-core:jar:3.1.0:compile
    [INFO] +- metrics-clojure:metrics-clojure:jar:2.5.1:compile
    [INFO] +- junit:junit:jar:4.11:test
    [INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
    [INFO] +- org.mockito:mockito-core:jar:2.10.0:test
    [INFO] |  +- net.bytebuddy:byte-buddy:jar:1.7.4:test
    [INFO] |  +- net.bytebuddy:byte-buddy-agent:jar:1.7.4:test
    [INFO] |  \- org.objenesis:objenesis:jar:2.6:compile
    [INFO] +- org.hamcrest:java-hamcrest:jar:2.0.0.0:test
    [INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
    [INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile
    [INFO] +- joda-time:joda-time:jar:2.3:compile
    [INFO] +- org.eclipse.jetty:jetty-server:jar:9.4.7.v20170914:compile
    [INFO] |  +- org.eclipse.jetty:jetty-http:jar:9.4.7.v20170914:compile
    [INFO] |  \- org.eclipse.jetty:jetty-io:jar:9.4.7.v20170914:compile
    [INFO] +- org.eclipse.jetty:jetty-util:jar:9.4.7.v20170914:compile
    [INFO] +- org.eclipse.jetty:jetty-servlet:jar:9.4.7.v20170914:compile
    [INFO] |  \- org.eclipse.jetty:jetty-security:jar:9.4.7.v20170914:compile
    [INFO] +- org.eclipse.jetty:jetty-servlets:jar:9.4.7.v20170914:compile
    [INFO] |  \- 
org.eclipse.jetty:jetty-continuation:jar:9.4.7.v20170914:compile
    [INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.9.4:compile
    [INFO] +- 
com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.9.4:compile
    [INFO] +- org.apache.curator:curator-client:jar:4.0.1:compile
    [INFO] +- commons-fileupload:commons-fileupload:jar:1.3.2:compile
    [INFO] +- commons-codec:commons-codec:jar:1.6:compile
    [INFO] \- org.apache.hadoop:hadoop-auth:jar:2.6.1:compile
    [INFO] 
------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] 
------------------------------------------------------------------------
    [INFO] Total time: 2.071 s
    [INFO] Finished at: 2018-03-22T09:33:16-05:00
    [INFO] 
------------------------------------------------------------------------
    ```
    
    Should this pull request be closed?


---

Reply via email to