[
https://issues.apache.org/jira/browse/TINKERPOP3-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14615651#comment-14615651
]
David Robinson commented on TINKERPOP3-714:
-------------------------------------------
When I run the following mvn dependency command, the jsr305 jar nor findbugs
appear in the dependency tree, so that meant to me that the assembly plug-in
was ignoring the dependencies and pulling in the jsr305 jar - so I fixed the
problem there and it appears to work:
$ grep jsr305-1.3.9.jar *.jar
>> no hits
$ find . -name jsr305-1.3.9.jar
>> no hits
on the top level pom.xml:
mvn dependency:tree
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache TinkerPop
[INFO] Apache TinkerPop :: Gremlin Shaded
[INFO] Apache TinkerPop :: Gremlin Core
[INFO] Apache TinkerPop :: Gremlin Test
[INFO] Apache TinkerPop :: Gremlin Groovy
[INFO] Apache TinkerPop :: Gremlin Groovy Test
[INFO] Apache TinkerPop :: TinkerGraph Gremlin
[INFO] Apache TinkerPop :: Hadoop Gremlin
[INFO] Apache TinkerPop :: Neo4j Gremlin
[INFO] Apache TinkerPop :: Gremlin Driver
[INFO] Apache TinkerPop :: Gremlin Server
[INFO] Apache TinkerPop :: Gremlin Console
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ tinkerpop ---
[INFO] org.apache.tinkerpop:tinkerpop:pom:3.0.0-SNAPSHOT
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Gremlin Shaded 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ gremlin-shaded ---
[INFO] org.apache.tinkerpop:gremlin-shaded:jar:3.0.0-SNAPSHOT
[INFO] +- com.esotericsoftware:kryo-shaded:jar:3.0.1:compile
[INFO] +- com.esotericsoftware:minlog:jar:1.3.0:compile
[INFO] \- org.objenesis:objenesis:jar:2.1:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Gremlin Core 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ gremlin-core ---
[INFO] org.apache.tinkerpop:gremlin-core:jar:3.0.0-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-shaded:jar:3.0.0-SNAPSHOT:compile
[INFO] +- commons-configuration:commons-configuration:jar:1.10:compile
[INFO] | \- commons-lang:commons-lang:jar:2.6:compile
[INFO] +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] +- org.javatuples:javatuples:jar:1.2:compile
[INFO] +- com.carrotsearch:hppc:jar:0.7.1:compile
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.3:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.5.3:compile
[INFO] +- com.jcabi:jcabi-manifests:jar:1.1:compile
[INFO] | \- com.jcabi:jcabi-log:jar:0.14:compile
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.12:compile
[INFO] | \- log4j:log4j:jar:1.2.17:compile
[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.12:compile
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.mockito:mockito-all:jar:1.9.5:test
[INFO] +- org.hamcrest:hamcrest-all:jar:1.3:test
[INFO] \- commons-collections:commons-collections:jar:3.2.1:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Gremlin Test 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ gremlin-test ---
[INFO] org.apache.tinkerpop:gremlin-test:jar:3.0.0-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-core:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-shaded:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- commons-configuration:commons-configuration:jar:1.10:compile
[INFO] | | \- commons-lang:commons-lang:jar:2.6:compile
[INFO] | +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] | +- org.javatuples:javatuples:jar:1.2:compile
[INFO] | +- com.carrotsearch:hppc:jar:0.7.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.3:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.5.3:compile
[INFO] | +- com.jcabi:jcabi-manifests:jar:1.1:compile
[INFO] | | \- com.jcabi:jcabi-log:jar:0.14:compile
[INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.12:compile
[INFO] | | \- log4j:log4j:jar:1.2.17:compile
[INFO] | \- org.slf4j:jcl-over-slf4j:jar:1.7.12:compile
[INFO] +- com.carrotsearch:junit-benchmarks:jar:0.7.2:compile
[INFO] +- com.h2database:h2:jar:1.3.171:compile
[INFO] +- commons-io:commons-io:jar:2.4:compile
[INFO] +- junit:junit:jar:4.12:compile
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] +- org.mockito:mockito-all:jar:1.9.5:compile
[INFO] \- org.hamcrest:hamcrest-all:jar:1.3:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Gremlin Groovy 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ gremlin-groovy ---
[INFO] org.apache.tinkerpop:gremlin-groovy:jar:3.0.0-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-core:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-shaded:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- commons-configuration:commons-configuration:jar:1.10:compile
[INFO] | | \- commons-lang:commons-lang:jar:2.6:compile
[INFO] | +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] | +- org.javatuples:javatuples:jar:1.2:compile
[INFO] | +- com.carrotsearch:hppc:jar:0.7.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.3:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.5.3:compile
[INFO] | +- com.jcabi:jcabi-manifests:jar:1.1:compile
[INFO] | | \- com.jcabi:jcabi-log:jar:0.14:compile
[INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.12:compile
[INFO] | | \- log4j:log4j:jar:1.2.17:compile
[INFO] | \- org.slf4j:jcl-over-slf4j:jar:1.7.12:compile
[INFO] +- org.apache.ivy:ivy:jar:2.3.0:compile
[INFO] +- org.codehaus.groovy:groovy:jar:indy:2.4.1:compile
[INFO] +- org.codehaus.groovy:groovy-groovysh:jar:indy:2.4.1:compile
[INFO] | +- org.codehaus.groovy:groovy-console:jar:2.4.1:compile
[INFO] | | +- org.codehaus.groovy:groovy-templates:jar:2.4.1:compile
[INFO] | | | \- org.codehaus.groovy:groovy-xml:jar:2.4.1:compile
[INFO] | | \- org.codehaus.groovy:groovy-swing:jar:2.4.1:compile
[INFO] | +- jline:jline:jar:2.12:compile
[INFO] | \- org.codehaus.groovy:groovy:jar:2.4.1:compile
[INFO] +- org.codehaus.groovy:groovy-json:jar:indy:2.4.1:compile
[INFO] +- org.codehaus.groovy:groovy-jsr223:jar:indy:2.4.1:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] +- org.kohsuke:groovy-sandbox:jar:1.6:compile
[INFO] \- org.apache.tinkerpop:gremlin-test:jar:3.0.0-SNAPSHOT:test
[INFO] +- com.carrotsearch:junit-benchmarks:jar:0.7.2:test
[INFO] +- com.h2database:h2:jar:1.3.171:test
[INFO] +- commons-io:commons-io:jar:2.4:test
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.mockito:mockito-all:jar:1.9.5:test
[INFO] \- org.hamcrest:hamcrest-all:jar:1.3:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Gremlin Groovy Test 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ gremlin-groovy-test
---
[INFO] org.apache.tinkerpop:gremlin-groovy-test:jar:3.0.0-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-test:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-core:jar:3.0.0-SNAPSHOT:compile
[INFO] | | +- org.apache.tinkerpop:gremlin-shaded:jar:3.0.0-SNAPSHOT:compile
[INFO] | | +- commons-configuration:commons-configuration:jar:1.10:compile
[INFO] | | | \- commons-lang:commons-lang:jar:2.6:compile
[INFO] | | +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] | | +- org.javatuples:javatuples:jar:1.2:compile
[INFO] | | +- com.carrotsearch:hppc:jar:0.7.1:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.3:compile
[INFO] | | | +-
com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.5.3:compile
[INFO] | | +- com.jcabi:jcabi-manifests:jar:1.1:compile
[INFO] | | | \- com.jcabi:jcabi-log:jar:0.14:compile
[INFO] | | +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
[INFO] | | | +- org.slf4j:slf4j-api:jar:1.7.12:compile
[INFO] | | | \- log4j:log4j:jar:1.2.17:compile
[INFO] | | \- org.slf4j:jcl-over-slf4j:jar:1.7.12:compile
[INFO] | +- com.carrotsearch:junit-benchmarks:jar:0.7.2:compile
[INFO] | +- com.h2database:h2:jar:1.3.171:compile
[INFO] | +- commons-io:commons-io:jar:2.4:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.mockito:mockito-all:jar:1.9.5:compile
[INFO] | \- org.hamcrest:hamcrest-all:jar:1.3:compile
[INFO] \- org.apache.tinkerpop:gremlin-groovy:jar:3.0.0-SNAPSHOT:compile
[INFO] +- org.apache.ivy:ivy:jar:2.3.0:compile
[INFO] +- org.codehaus.groovy:groovy:jar:indy:2.4.1:compile
[INFO] +- org.codehaus.groovy:groovy-groovysh:jar:indy:2.4.1:compile
[INFO] | +- org.codehaus.groovy:groovy-console:jar:2.4.1:compile
[INFO] | | +- org.codehaus.groovy:groovy-templates:jar:2.4.1:compile
[INFO] | | | \- org.codehaus.groovy:groovy-xml:jar:2.4.1:compile
[INFO] | | \- org.codehaus.groovy:groovy-swing:jar:2.4.1:compile
[INFO] | +- jline:jline:jar:2.12:compile
[INFO] | \- org.codehaus.groovy:groovy:jar:2.4.1:compile
[INFO] +- org.codehaus.groovy:groovy-json:jar:indy:2.4.1:compile
[INFO] +- org.codehaus.groovy:groovy-jsr223:jar:indy:2.4.1:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] \- org.kohsuke:groovy-sandbox:jar:1.6:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: TinkerGraph Gremlin 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ tinkergraph-gremlin
---
[INFO] org.apache.tinkerpop:tinkergraph-gremlin:jar:3.0.0-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-core:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-shaded:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- commons-configuration:commons-configuration:jar:1.10:compile
[INFO] | | \- commons-lang:commons-lang:jar:2.6:compile
[INFO] | +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] | +- org.javatuples:javatuples:jar:1.2:compile
[INFO] | +- com.carrotsearch:hppc:jar:0.7.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.3:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.5.3:compile
[INFO] | +- com.jcabi:jcabi-manifests:jar:1.1:compile
[INFO] | | \- com.jcabi:jcabi-log:jar:0.14:compile
[INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.12:compile
[INFO] | | \- log4j:log4j:jar:1.2.17:compile
[INFO] | \- org.slf4j:jcl-over-slf4j:jar:1.7.12:compile
[INFO] +- org.apache.tinkerpop:gremlin-groovy:jar:3.0.0-SNAPSHOT:provided
[INFO] | +- org.apache.ivy:ivy:jar:2.3.0:provided
[INFO] | +- org.codehaus.groovy:groovy:jar:indy:2.4.1:provided
[INFO] | +- org.codehaus.groovy:groovy-groovysh:jar:indy:2.4.1:provided
[INFO] | | +- org.codehaus.groovy:groovy-console:jar:2.4.1:provided
[INFO] | | | +- org.codehaus.groovy:groovy-templates:jar:2.4.1:provided
[INFO] | | | | \- org.codehaus.groovy:groovy-xml:jar:2.4.1:provided
[INFO] | | | \- org.codehaus.groovy:groovy-swing:jar:2.4.1:provided
[INFO] | | +- jline:jline:jar:2.12:provided
[INFO] | | \- org.codehaus.groovy:groovy:jar:2.4.1:provided
[INFO] | +- org.codehaus.groovy:groovy-json:jar:indy:2.4.1:provided
[INFO] | +- org.codehaus.groovy:groovy-jsr223:jar:indy:2.4.1:provided
[INFO] | +- org.apache.commons:commons-lang3:jar:3.3.1:provided
[INFO] | \- org.kohsuke:groovy-sandbox:jar:1.6:provided
[INFO] \- org.apache.tinkerpop:gremlin-groovy-test:jar:3.0.0-SNAPSHOT:test
[INFO] \- org.apache.tinkerpop:gremlin-test:jar:3.0.0-SNAPSHOT:test
[INFO] +- com.carrotsearch:junit-benchmarks:jar:0.7.2:test
[INFO] +- com.h2database:h2:jar:1.3.171:test
[INFO] +- commons-io:commons-io:jar:2.4:test
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.mockito:mockito-all:jar:1.9.5:test
[INFO] \- org.hamcrest:hamcrest-all:jar:1.3:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Hadoop Gremlin 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ hadoop-gremlin ---
[INFO] org.apache.tinkerpop:hadoop-gremlin:jar:3.0.0-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-core:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-shaded:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- commons-configuration:commons-configuration:jar:1.10:compile
[INFO] | | \- commons-lang:commons-lang:jar:2.6:compile
[INFO] | +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] | +- org.javatuples:javatuples:jar:1.2:compile
[INFO] | +- com.carrotsearch:hppc:jar:0.7.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.3:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.5.3:compile
[INFO] | +- com.jcabi:jcabi-manifests:jar:1.1:compile
[INFO] | | \- com.jcabi:jcabi-log:jar:0.14:compile
[INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.12:compile
[INFO] | | \- log4j:log4j:jar:1.2.17:compile
[INFO] | \- org.slf4j:jcl-over-slf4j:jar:1.7.12:compile
[INFO] +- org.apache.tinkerpop:gremlin-groovy:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- org.apache.ivy:ivy:jar:2.3.0:compile
[INFO] | +- org.codehaus.groovy:groovy:jar:indy:2.4.1:compile
[INFO] | +- org.codehaus.groovy:groovy-groovysh:jar:indy:2.4.1:compile
[INFO] | | +- org.codehaus.groovy:groovy-console:jar:2.4.1:compile
[INFO] | | | +- org.codehaus.groovy:groovy-templates:jar:2.4.1:compile
[INFO] | | | | \- org.codehaus.groovy:groovy-xml:jar:2.4.1:compile
[INFO] | | | \- org.codehaus.groovy:groovy-swing:jar:2.4.1:compile
[INFO] | | +- jline:jline:jar:2.12:compile
[INFO] | | \- org.codehaus.groovy:groovy:jar:2.4.1:compile
[INFO] | +- org.codehaus.groovy:groovy-json:jar:indy:2.4.1:compile
[INFO] | +- org.codehaus.groovy:groovy-jsr223:jar:indy:2.4.1:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | \- org.kohsuke:groovy-sandbox:jar:1.6:compile
[INFO] +- org.apache.hadoop:hadoop-core:jar:1.2.1:compile
[INFO] | +- commons-cli:commons-cli:jar:1.2:compile
[INFO] | +- xmlenc:xmlenc:jar:0.52:compile
[INFO] | +- com.sun.jersey:jersey-core:jar:1.8:compile
[INFO] | +- com.sun.jersey:jersey-json:jar:1.8:compile
[INFO] | | +- org.codehaus.jettison:jettison:jar:1.1:compile
[INFO] | | | \- stax:stax-api:jar:1.0.1:compile
[INFO] | | +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile
[INFO] | | | \- javax.xml.bind:jaxb-api:jar:2.2.2:compile
[INFO] | | | +- javax.xml.stream:stax-api:jar:1.0-2:compile
[INFO] | | | \- javax.activation:activation:jar:1.1:compile
[INFO] | | +- org.codehaus.jackson:jackson-jaxrs:jar:1.7.1:compile
[INFO] | | \- org.codehaus.jackson:jackson-xc:jar:1.7.1:compile
[INFO] | +- com.sun.jersey:jersey-server:jar:1.8:compile
[INFO] | | \- asm:asm:jar:3.1:compile
[INFO] | +- org.apache.commons:commons-math:jar:2.1:compile
[INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
[INFO] | +- tomcat:jasper-runtime:jar:5.5.12:compile
[INFO] | +- tomcat:jasper-compiler:jar:5.5.12:compile
[INFO] | +- org.mortbay.jetty:jsp-2.1:jar:6.1.14:compile
[INFO] | | \- ant:ant:jar:1.6.5:compile
[INFO] | +- commons-el:commons-el:jar:1.0:compile
[INFO] | +- hsqldb:hsqldb:jar:1.8.0.10:compile
[INFO] | +- oro:oro:jar:2.0.8:compile
[INFO] | \- org.eclipse.jdt:core:jar:3.1.1:compile
[INFO] +- org.apache.giraph:giraph-core:jar:1.0.0:compile
[INFO] | +- com.yammer.metrics:metrics-core:jar:2.2.0:compile
[INFO] | +- net.iharder:base64:jar:2.3.8:compile
[INFO] | +- it.unimi.dsi:fastutil:jar:6.5.3:compile
[INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.8.0:compile
[INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.8.0:compile
[INFO] | \- org.json:json:jar:20090211:compile
[INFO] +- org.apache.spark:spark-core_2.10:jar:1.2.1:compile
[INFO] | +- com.twitter:chill_2.10:jar:0.5.0:compile
[INFO] | | \- com.esotericsoftware.kryo:kryo:jar:2.21:compile
[INFO] | | +-
com.esotericsoftware.reflectasm:reflectasm:jar:shaded:1.07:compile
[INFO] | | +- com.esotericsoftware.minlog:minlog:jar:1.2:compile
[INFO] | | \- org.objenesis:objenesis:jar:1.2:compile
[INFO] | +- com.twitter:chill-java:jar:0.5.0:compile
[INFO] | +- org.apache.spark:spark-network-common_2.10:jar:1.2.1:compile
[INFO] | +- org.apache.spark:spark-network-shuffle_2.10:jar:1.2.1:compile
[INFO] | +- net.java.dev.jets3t:jets3t:jar:0.7.1:compile
[INFO] | | \- commons-httpclient:commons-httpclient:jar:3.1:compile
[INFO] | +- org.apache.curator:curator-recipes:jar:2.4.0:compile
[INFO] | | +- org.apache.curator:curator-framework:jar:2.4.0:compile
[INFO] | | | \- org.apache.curator:curator-client:jar:2.4.0:compile
[INFO] | | +- org.apache.zookeeper:zookeeper:jar:3.4.5:compile
[INFO] | | \- com.google.guava:guava:jar:14.0.1:compile
[INFO] | +- org.eclipse.jetty:jetty-plus:jar:8.1.14.v20131031:compile
[INFO] | | +-
org.eclipse.jetty.orbit:javax.transaction:jar:1.1.1.v201105210645:compile
[INFO] | | +- org.eclipse.jetty:jetty-webapp:jar:8.1.14.v20131031:compile
[INFO] | | | +- org.eclipse.jetty:jetty-xml:jar:8.1.14.v20131031:compile
[INFO] | | | \- org.eclipse.jetty:jetty-servlet:jar:8.1.14.v20131031:compile
[INFO] | | \- org.eclipse.jetty:jetty-jndi:jar:8.1.14.v20131031:compile
[INFO] | | \-
org.eclipse.jetty.orbit:javax.mail.glassfish:jar:1.4.1.v201005082020:compile
[INFO] | | \-
org.eclipse.jetty.orbit:javax.activation:jar:1.1.0.v201105071233:compile
[INFO] | +- org.eclipse.jetty:jetty-security:jar:8.1.14.v20131031:compile
[INFO] | +- org.eclipse.jetty:jetty-util:jar:8.1.14.v20131031:compile
[INFO] | +- org.eclipse.jetty:jetty-server:jar:8.1.14.v20131031:compile
[INFO] | | +-
org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016:compile
[INFO] | | +-
org.eclipse.jetty:jetty-continuation:jar:8.1.14.v20131031:compile
[INFO] | | \- org.eclipse.jetty:jetty-http:jar:8.1.14.v20131031:compile
[INFO] | | \- org.eclipse.jetty:jetty-io:jar:8.1.14.v20131031:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.1.1:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.slf4j:jul-to-slf4j:jar:1.7.5:compile
[INFO] | +- com.ning:compress-lzf:jar:1.0.0:compile
[INFO] | +- org.xerial.snappy:snappy-java:jar:1.1.1.6:compile
[INFO] | +- net.jpountz.lz4:lz4:jar:1.2.0:compile
[INFO] | +- org.roaringbitmap:RoaringBitmap:jar:0.4.5:compile
[INFO] | +- commons-net:commons-net:jar:2.2:compile
[INFO] | +- org.spark-project.akka:akka-remote_2.10:jar:2.3.4-spark:compile
[INFO] | | +- org.spark-project.akka:akka-actor_2.10:jar:2.3.4-spark:compile
[INFO] | | | \- com.typesafe:config:jar:1.2.1:compile
[INFO] | | +- org.spark-project.protobuf:protobuf-java:jar:2.5.0-spark:compile
[INFO] | | \- org.uncommons.maths:uncommons-maths:jar:1.2.2a:compile
[INFO] | +- org.spark-project.akka:akka-slf4j_2.10:jar:2.3.4-spark:compile
[INFO] | +- org.json4s:json4s-jackson_2.10:jar:3.2.10:compile
[INFO] | | \- org.json4s:json4s-core_2.10:jar:3.2.10:compile
[INFO] | | +- org.json4s:json4s-ast_2.10:jar:3.2.10:compile
[INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.6:compile
[INFO] | | \- org.scala-lang:scalap:jar:2.10.0:compile
[INFO] | | \- org.scala-lang:scala-compiler:jar:2.10.0:compile
[INFO] | | \- org.scala-lang:scala-reflect:jar:2.10.0:compile
[INFO] | +- org.apache.mesos:mesos:jar:shaded-protobuf:0.18.1:compile
[INFO] | +- io.netty:netty-all:jar:4.0.23.Final:compile
[INFO] | +- com.clearspring.analytics:stream:jar:2.7.0:compile
[INFO] | +- com.codahale.metrics:metrics-core:jar:3.0.2:compile
[INFO] | +- com.codahale.metrics:metrics-jvm:jar:3.0.0:compile
[INFO] | +- com.codahale.metrics:metrics-json:jar:3.0.0:compile
[INFO] | +- com.codahale.metrics:metrics-graphite:jar:3.0.2:compile
[INFO] | +- org.tachyonproject:tachyon-client:jar:0.5.0:compile
[INFO] | | \- org.tachyonproject:tachyon:jar:0.5.0:compile
[INFO] | +- org.spark-project:pyrolite:jar:2.0.1:compile
[INFO] | +- net.sf.py4j:py4j:jar:0.8.2.1:compile
[INFO] | \- org.spark-project.spark:unused:jar:1.0.0:compile
[INFO] +- org.scala-lang:scala-library:jar:2.10.3:compile
[INFO] +- io.netty:netty:jar:3.5.13.Final:compile
[INFO] +- org.apache.tinkerpop:gremlin-test:jar:3.0.0-SNAPSHOT:test
[INFO] | +- com.carrotsearch:junit-benchmarks:jar:0.7.2:test
[INFO] | +- com.h2database:h2:jar:1.3.171:test
[INFO] | +- commons-io:commons-io:jar:2.4:compile
[INFO] | +- junit:junit:jar:4.12:test
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] | +- org.mockito:mockito-all:jar:1.9.5:test
[INFO] | \- org.hamcrest:hamcrest-all:jar:1.3:test
[INFO] \- org.apache.tinkerpop:gremlin-groovy-test:jar:3.0.0-SNAPSHOT:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Neo4j Gremlin 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ neo4j-gremlin ---
[INFO] org.apache.tinkerpop:neo4j-gremlin:jar:3.0.0-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-core:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-shaded:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- commons-configuration:commons-configuration:jar:1.10:compile
[INFO] | | \- commons-lang:commons-lang:jar:2.6:compile
[INFO] | +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] | +- org.javatuples:javatuples:jar:1.2:compile
[INFO] | +- com.carrotsearch:hppc:jar:0.7.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.3:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.5.3:compile
[INFO] | +- com.jcabi:jcabi-manifests:jar:1.1:compile
[INFO] | | \- com.jcabi:jcabi-log:jar:0.14:compile
[INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.12:compile
[INFO] | | \- log4j:log4j:jar:1.2.17:compile
[INFO] | \- org.slf4j:jcl-over-slf4j:jar:1.7.12:compile
[INFO] +- org.apache.tinkerpop:gremlin-groovy:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- org.apache.ivy:ivy:jar:2.3.0:compile
[INFO] | +- org.codehaus.groovy:groovy:jar:indy:2.4.1:compile
[INFO] | +- org.codehaus.groovy:groovy-groovysh:jar:indy:2.4.1:compile
[INFO] | | +- org.codehaus.groovy:groovy-console:jar:2.4.1:compile
[INFO] | | | +- org.codehaus.groovy:groovy-templates:jar:2.4.1:compile
[INFO] | | | | \- org.codehaus.groovy:groovy-xml:jar:2.4.1:compile
[INFO] | | | \- org.codehaus.groovy:groovy-swing:jar:2.4.1:compile
[INFO] | | +- jline:jline:jar:2.12:compile
[INFO] | | \- org.codehaus.groovy:groovy:jar:2.4.1:compile
[INFO] | +- org.codehaus.groovy:groovy-json:jar:indy:2.4.1:compile
[INFO] | +- org.codehaus.groovy:groovy-jsr223:jar:indy:2.4.1:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | \- org.kohsuke:groovy-sandbox:jar:1.6:compile
[INFO] +- org.neo4j:neo4j-tinkerpop-api:jar:0.1:compile
[INFO] +- org.apache.tinkerpop:gremlin-test:jar:3.0.0-SNAPSHOT:test
[INFO] | +- com.carrotsearch:junit-benchmarks:jar:0.7.2:test
[INFO] | +- com.h2database:h2:jar:1.3.171:test
[INFO] | +- commons-io:commons-io:jar:2.4:test
[INFO] | +- junit:junit:jar:4.12:test
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] | +- org.mockito:mockito-all:jar:1.9.5:test
[INFO] | \- org.hamcrest:hamcrest-all:jar:1.3:test
[INFO] \- org.apache.tinkerpop:gremlin-groovy-test:jar:3.0.0-SNAPSHOT:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Gremlin Driver 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ gremlin-driver ---
[INFO] org.apache.tinkerpop:gremlin-driver:jar:3.0.0-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-core:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-shaded:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- commons-configuration:commons-configuration:jar:1.10:compile
[INFO] | | \- commons-lang:commons-lang:jar:2.6:compile
[INFO] | +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] | +- org.javatuples:javatuples:jar:1.2:compile
[INFO] | +- com.carrotsearch:hppc:jar:0.7.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.3:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.5.3:compile
[INFO] | +- com.jcabi:jcabi-manifests:jar:1.1:compile
[INFO] | | \- com.jcabi:jcabi-log:jar:0.14:compile
[INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.12:compile
[INFO] | | \- log4j:log4j:jar:1.2.17:compile
[INFO] | \- org.slf4j:jcl-over-slf4j:jar:1.7.12:compile
[INFO] +- io.netty:netty-all:jar:4.0.28.Final:compile
[INFO] +- org.codehaus.groovy:groovy:jar:indy:2.4.1:compile
[INFO] +- org.codehaus.groovy:groovy-json:jar:indy:2.4.1:compile
[INFO] | \- org.codehaus.groovy:groovy:jar:2.4.1:compile
[INFO] +- org.codehaus.groovy:groovy-sql:jar:indy:2.4.1:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.apache.tinkerpop:tinkergraph-gremlin:jar:3.0.0-SNAPSHOT:test
[INFO] \- org.hamcrest:hamcrest-all:jar:1.3:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Gremlin Server 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ gremlin-server ---
[INFO] org.apache.tinkerpop:gremlin-server:jar:3.0.0-SNAPSHOT
[INFO] +- org.apache.tinkerpop:tinkergraph-gremlin:jar:3.0.0-SNAPSHOT:compile
[INFO] | \- org.apache.tinkerpop:gremlin-core:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-shaded:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- commons-configuration:commons-configuration:jar:1.10:compile
[INFO] | | \- commons-lang:commons-lang:jar:2.6:compile
[INFO] | +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] | +- org.javatuples:javatuples:jar:1.2:compile
[INFO] | +- com.carrotsearch:hppc:jar:0.7.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.3:compile
[INFO] | | +-
com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.5.3:compile
[INFO] | +- com.jcabi:jcabi-manifests:jar:1.1:compile
[INFO] | | \- com.jcabi:jcabi-log:jar:0.14:compile
[INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.12:compile
[INFO] | | \- log4j:log4j:jar:1.2.17:compile
[INFO] | \- org.slf4j:jcl-over-slf4j:jar:1.7.12:compile
[INFO] +- org.apache.tinkerpop:gremlin-driver:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- io.netty:netty-all:jar:4.0.28.Final:compile
[INFO] | +- org.codehaus.groovy:groovy:jar:indy:2.4.1:compile
[INFO] | +- org.codehaus.groovy:groovy-json:jar:indy:2.4.1:compile
[INFO] | | \- org.codehaus.groovy:groovy:jar:2.4.1:compile
[INFO] | +- org.codehaus.groovy:groovy-sql:jar:indy:2.4.1:compile
[INFO] | \- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] +- org.apache.tinkerpop:gremlin-groovy:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- org.apache.ivy:ivy:jar:2.3.0:compile
[INFO] | +- org.codehaus.groovy:groovy-groovysh:jar:indy:2.4.1:compile
[INFO] | | +- org.codehaus.groovy:groovy-console:jar:2.4.1:compile
[INFO] | | | +- org.codehaus.groovy:groovy-templates:jar:2.4.1:compile
[INFO] | | | | \- org.codehaus.groovy:groovy-xml:jar:2.4.1:compile
[INFO] | | | \- org.codehaus.groovy:groovy-swing:jar:2.4.1:compile
[INFO] | | \- jline:jline:jar:2.12:compile
[INFO] | +- org.codehaus.groovy:groovy-jsr223:jar:indy:2.4.1:compile
[INFO] | \- org.kohsuke:groovy-sandbox:jar:1.6:compile
[INFO] +- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] +- com.codahale.metrics:metrics-core:jar:3.0.2:compile
[INFO] +- com.codahale.metrics:metrics-graphite:jar:3.0.2:compile
[INFO] +- com.codahale.metrics:metrics-ganglia:jar:3.0.2:compile
[INFO] | \- info.ganglia.gmetric4j:gmetric4j:jar:1.0.3:compile
[INFO] +- org.apache.tinkerpop:gremlin-test:jar:3.0.0-SNAPSHOT:test
[INFO] | +- commons-io:commons-io:jar:2.4:test
[INFO] | +- junit:junit:jar:4.12:test
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] | +- org.mockito:mockito-all:jar:1.9.5:test
[INFO] | \- org.hamcrest:hamcrest-all:jar:1.3:test
[INFO] +- com.carrotsearch:junit-benchmarks:jar:0.7.2:test
[INFO] +- com.h2database:h2:jar:1.3.171:test
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.3.5:test
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.3.2:test
[INFO] | +- commons-logging:commons-logging:jar:1.1.3:test
[INFO] | \- commons-codec:commons-codec:jar:1.6:test
[INFO] \- org.apache.tinkerpop:neo4j-gremlin:jar:3.0.0-SNAPSHOT:test
[INFO] \- org.neo4j:neo4j-tinkerpop-api:jar:0.1:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Gremlin Console 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ gremlin-console ---
[INFO] org.apache.tinkerpop:gremlin-console:jar:3.0.0-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-groovy:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-core:jar:3.0.0-SNAPSHOT:compile
[INFO] | | +- org.apache.tinkerpop:gremlin-shaded:jar:3.0.0-SNAPSHOT:compile
[INFO] | | +- commons-configuration:commons-configuration:jar:1.10:compile
[INFO] | | | \- commons-lang:commons-lang:jar:2.6:compile
[INFO] | | +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] | | +- org.javatuples:javatuples:jar:1.2:compile
[INFO] | | +- com.carrotsearch:hppc:jar:0.7.1:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.3:compile
[INFO] | | | +-
com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.5.3:compile
[INFO] | | +- com.jcabi:jcabi-manifests:jar:1.1:compile
[INFO] | | | \- com.jcabi:jcabi-log:jar:0.14:compile
[INFO] | | +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
[INFO] | | | +- org.slf4j:slf4j-api:jar:1.7.12:compile
[INFO] | | | \- log4j:log4j:jar:1.2.17:compile
[INFO] | | \- org.slf4j:jcl-over-slf4j:jar:1.7.12:compile
[INFO] | +- org.apache.ivy:ivy:jar:2.3.0:compile
[INFO] | +- org.codehaus.groovy:groovy:jar:indy:2.4.1:compile
[INFO] | +- org.codehaus.groovy:groovy-groovysh:jar:indy:2.4.1:compile
[INFO] | | +- org.codehaus.groovy:groovy-console:jar:2.4.1:compile
[INFO] | | | +- org.codehaus.groovy:groovy-templates:jar:2.4.1:compile
[INFO] | | | | \- org.codehaus.groovy:groovy-xml:jar:2.4.1:compile
[INFO] | | | \- org.codehaus.groovy:groovy-swing:jar:2.4.1:compile
[INFO] | | +- jline:jline:jar:2.12:compile
[INFO] | | \- org.codehaus.groovy:groovy:jar:2.4.1:compile
[INFO] | +- org.codehaus.groovy:groovy-json:jar:indy:2.4.1:compile
[INFO] | +- org.codehaus.groovy:groovy-jsr223:jar:indy:2.4.1:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | \- org.kohsuke:groovy-sandbox:jar:1.6:compile
[INFO] +- org.apache.tinkerpop:tinkergraph-gremlin:jar:3.0.0-SNAPSHOT:compile
[INFO] +- org.codehaus.groovy.modules.http-builder:http-builder:jar:0.7:compile
[INFO] | +- net.sf.json-lib:json-lib:jar:jdk15:2.3:compile
[INFO] | | +- commons-beanutils:commons-beanutils:jar:1.8.0:compile
[INFO] | | \- net.sf.ezmorph:ezmorph:jar:1.0.6:compile
[INFO] | +- net.sourceforge.nekohtml:nekohtml:jar:1.9.16:compile
[INFO] | | \- xerces:xercesImpl:jar:2.9.1:compile
[INFO] | | \- xml-apis:xml-apis:jar:1.3.04:compile
[INFO] | \- xml-resolver:xml-resolver:jar:1.2:compile
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.3.5:compile
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.3.2:compile
[INFO] | +- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] | \- commons-codec:commons-codec:jar:1.6:compile
[INFO] +- org.apache.tinkerpop:gremlin-driver:jar:3.0.0-SNAPSHOT:compile
[INFO] | +- io.netty:netty-all:jar:4.0.28.Final:compile
[INFO] | \- org.codehaus.groovy:groovy-sql:jar:indy:2.4.1:compile
[INFO] +- org.gperfutils:gbench:jar:0.4.3-groovy-2.4:compile
[INFO] +- org.gperfutils:gprof:jar:0.3.1-groovy-2.4:compile
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.hamcrest:hamcrest-all:jar:1.3:test
[INFO] +- org.apache.tinkerpop:gremlin-server:jar:3.0.0-SNAPSHOT:test
[INFO] | +- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] | +- com.codahale.metrics:metrics-core:jar:3.0.2:test
[INFO] | +- com.codahale.metrics:metrics-graphite:jar:3.0.2:test
[INFO] | \- com.codahale.metrics:metrics-ganglia:jar:3.0.2:test
[INFO] | \- info.ganglia.gmetric4j:gmetric4j:jar:1.0.3:test
[INFO] +- org.apache.tinkerpop:gremlin-test:jar:3.0.0-SNAPSHOT:test
[INFO] | +- com.carrotsearch:junit-benchmarks:jar:0.7.2:test
[INFO] | +- com.h2database:h2:jar:1.3.171:test
[INFO] | +- commons-io:commons-io:jar:2.4:test
[INFO] | \- org.mockito:mockito-all:jar:1.9.5:test
[INFO] \- com.github.tomakehurst:wiremock:jar:standalone:1.56:test
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache TinkerPop ................................... SUCCESS [ 0.598 s]
[INFO] Apache TinkerPop :: Gremlin Shaded ................. SUCCESS [ 0.036 s]
[INFO] Apache TinkerPop :: Gremlin Core ................... SUCCESS [ 0.118 s]
[INFO] Apache TinkerPop :: Gremlin Test ................... SUCCESS [ 0.037 s]
[INFO] Apache TinkerPop :: Gremlin Groovy ................. SUCCESS [ 0.080 s]
[INFO] Apache TinkerPop :: Gremlin Groovy Test ............ SUCCESS [ 0.039 s]
[INFO] Apache TinkerPop :: TinkerGraph Gremlin ............ SUCCESS [ 0.034 s]
[INFO] Apache TinkerPop :: Hadoop Gremlin ................. SUCCESS [ 0.235 s]
[INFO] Apache TinkerPop :: Neo4j Gremlin .................. SUCCESS [ 0.029 s]
[INFO] Apache TinkerPop :: Gremlin Driver ................. SUCCESS [ 0.034 s]
[INFO] Apache TinkerPop :: Gremlin Server ................. SUCCESS [ 0.048 s]
[INFO] Apache TinkerPop :: Gremlin Console ................ SUCCESS [ 0.051 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.776 s
[INFO] Finished at: 2015-07-06T16:55:23-04:00
[INFO] Final Memory: 23M/437M
[INFO] ------------------------------------------------------------------------
> Exclude jsr305 jar in assemblies to prevent jsr305 cc license from appearing
> in distribution
> --------------------------------------------------------------------------------------------
>
> Key: TINKERPOP3-714
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-714
> Project: TinkerPop 3
> Issue Type: Improvement
> Components: build-release
> Environment: all builds
> Reporter: David Robinson
> Assignee: stephen mallette
> Labels: build
> Fix For: 3.0.0.GA
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> jsr305 is licensed under the creative commons license and is packaged
> currently in the hadoop-gremlin-3.0.0-SNAPSHOT-job.jar and the standalone
> directory. It also isn't needed since it is a build time static checker.
> Change the assembly xmls to exclude the inclusion of jsr305.
> A pull request will be submitted.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)