Skip to content

Instantly share code, notes, and snippets.

@jeromatron
Created January 6, 2016 19:11
Show Gist options
  • Save jeromatron/1f5e61f99de69be0e325 to your computer and use it in GitHub Desktop.
Save jeromatron/1f5e61f99de69be0e325 to your computer and use it in GitHub Desktop.
tinkerpop 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 :: Spark Gremlin
[INFO] Apache TinkerPop :: Giraph 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.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ tinkerpop ---
[INFO] org.apache.tinkerpop:tinkerpop:pom:3.1.1-SNAPSHOT
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Gremlin Shaded 3.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ gremlin-shaded ---
[INFO] org.apache.tinkerpop:gremlin-shaded:jar:3.1.1-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] \- 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]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Gremlin Core 3.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ gremlin-core ---
[INFO] org.apache.tinkerpop:gremlin-core:jar:3.1.1-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-shaded:jar:3.1.1-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.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.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ gremlin-test ---
[INFO] org.apache.tinkerpop:gremlin-test:jar:3.1.1-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-core:jar:3.1.1-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-shaded:jar:3.1.1-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.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.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ gremlin-groovy ---
[INFO] org.apache.tinkerpop:gremlin-groovy:jar:3.1.1-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-core:jar:3.1.1-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-shaded:jar:3.1.1-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.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.mindrot:jbcrypt:jar:0.3m:compile
[INFO] \- org.apache.tinkerpop:gremlin-test:jar:3.1.1-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.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ gremlin-groovy-test ---
[INFO] org.apache.tinkerpop:gremlin-groovy-test:jar:3.1.1-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-test:jar:3.1.1-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-core:jar:3.1.1-SNAPSHOT:compile
[INFO] | | +- org.apache.tinkerpop:gremlin-shaded:jar:3.1.1-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.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.1.1-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.mindrot:jbcrypt:jar:0.3m:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: TinkerGraph Gremlin 3.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ tinkergraph-gremlin ---
[INFO] org.apache.tinkerpop:tinkergraph-gremlin:jar:3.1.1-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-core:jar:3.1.1-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-shaded:jar:3.1.1-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.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.1.1-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.mindrot:jbcrypt:jar:0.3m:provided
[INFO] \- org.apache.tinkerpop:gremlin-groovy-test:jar:3.1.1-SNAPSHOT:test
[INFO] \- org.apache.tinkerpop:gremlin-test:jar:3.1.1-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.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ hadoop-gremlin ---
[INFO] org.apache.tinkerpop:hadoop-gremlin:jar:3.1.1-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-core:jar:3.1.1-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-shaded:jar:3.1.1-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.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.1.1-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.mindrot:jbcrypt:jar:0.3m:compile
[INFO] +- org.apache.hadoop:hadoop-client:jar:2.7.1:compile
[INFO] | +- org.apache.hadoop:hadoop-common:jar:2.7.1:compile
[INFO] | | +- commons-cli:commons-cli:jar:1.2:compile
[INFO] | | +- org.apache.commons:commons-math3:jar:3.1.1:compile
[INFO] | | +- xmlenc:xmlenc:jar:0.52:compile
[INFO] | | +- commons-httpclient:commons-httpclient:jar:3.1:compile
[INFO] | | +- commons-net:commons-net:jar:3.1:compile
[INFO] | | +- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] | | +- javax.servlet.jsp:jsp-api:jar:2.1:runtime
[INFO] | | +- org.apache.avro:avro:jar:1.7.4:compile
[INFO] | | | \- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[INFO] | | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.2.4:compile
[INFO] | | +- org.apache.hadoop:hadoop-auth:jar:2.7.1:compile
[INFO] | | | +- org.apache.httpcomponents:httpclient:jar:4.2.5:compile
[INFO] | | | | \- org.apache.httpcomponents:httpcore:jar:4.2.4:compile
[INFO] | | | +- org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15:compile
[INFO] | | | | +- org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15:compile
[INFO] | | | | +- org.apache.directory.api:api-asn1-api:jar:1.0.0-M20:compile
[INFO] | | | | \- org.apache.directory.api:api-util:jar:1.0.0-M20:compile
[INFO] | | | \- org.apache.curator:curator-framework:jar:2.7.1:compile
[INFO] | | +- org.apache.curator:curator-client:jar:2.7.1:compile
[INFO] | | +- org.apache.curator:curator-recipes:jar:2.7.1:compile
[INFO] | | +- com.google.code.findbugs:jsr305:jar:3.0.0:compile
[INFO] | | +- org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile
[INFO] | | +- org.apache.zookeeper:zookeeper:jar:3.4.6:compile
[INFO] | | | \- io.netty:netty:jar:3.7.0.Final:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile
[INFO] | | \- org.tukaani:xz:jar:1.0:compile
[INFO] | +- org.apache.hadoop:hadoop-hdfs:jar:2.7.1:compile
[INFO] | | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
[INFO] | | +- io.netty:netty-all:jar:4.0.23.Final:compile
[INFO] | | +- xerces:xercesImpl:jar:2.9.1:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.3.04:compile
[INFO] | | \- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:compile
[INFO] | +- org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.7.1:compile
[INFO] | | +- org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.7.1:compile
[INFO] | | | +- org.apache.hadoop:hadoop-yarn-client:jar:2.7.1:compile
[INFO] | | | \- org.apache.hadoop:hadoop-yarn-server-common:jar:2.7.1:compile
[INFO] | | \- org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.7.1:compile
[INFO] | +- org.apache.hadoop:hadoop-yarn-api:jar:2.7.1:compile
[INFO] | +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.7.1:compile
[INFO] | | \- org.apache.hadoop:hadoop-yarn-common:jar:2.7.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] | | +- com.sun.jersey:jersey-core:jar:1.9:compile
[INFO] | | +- com.sun.jersey:jersey-client:jar:1.9:compile
[INFO] | | +- org.codehaus.jackson:jackson-jaxrs:jar:1.9.13:compile
[INFO] | | \- org.codehaus.jackson:jackson-xc:jar:1.9.13:compile
[INFO] | +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.7.1:compile
[INFO] | \- org.apache.hadoop:hadoop-annotations:jar:2.7.1:compile
[INFO] +- commons-codec:commons-codec:jar:1.6:compile
[INFO] +- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] +- com.google.guava:guava:jar:16.0.1:compile
[INFO] +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
[INFO] +- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
[INFO] +- org.xerial.snappy:snappy-java:jar:1.1.1.7:compile
[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:compile
[INFO] +- org.apache.tinkerpop:gremlin-test:jar:3.1.1-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.1.1-SNAPSHOT:test
[INFO] \- org.apache.tinkerpop:tinkergraph-gremlin:jar:3.1.1-SNAPSHOT:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Spark Gremlin 3.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ spark-gremlin ---
[INFO] org.apache.tinkerpop:spark-gremlin:jar:3.1.1-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-core:jar:3.1.1-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-shaded:jar:3.1.1-SNAPSHOT:compile
[INFO] | +- commons-configuration:commons-configuration:jar:1.10: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.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.1.1-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.mindrot:jbcrypt:jar:0.3m:compile
[INFO] +- org.apache.tinkerpop:hadoop-gremlin:jar:3.1.1-SNAPSHOT:compile
[INFO] | +- org.apache.hadoop:hadoop-client:jar:2.7.1:compile
[INFO] | | +- org.apache.hadoop:hadoop-common:jar:2.7.1:compile
[INFO] | | | +- commons-cli:commons-cli:jar:1.2:compile
[INFO] | | | +- xmlenc:xmlenc:jar:0.52:compile
[INFO] | | | +- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] | | | +- javax.servlet.jsp:jsp-api:jar:2.1:runtime
[INFO] | | | +- com.google.code.gson:gson:jar:2.2.4:compile
[INFO] | | | +- org.apache.hadoop:hadoop-auth:jar:2.7.1:compile
[INFO] | | | | +- org.apache.httpcomponents:httpclient:jar:4.2.5:compile
[INFO] | | | | | \- org.apache.httpcomponents:httpcore:jar:4.2.4:compile
[INFO] | | | | +- org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15:compile
[INFO] | | | | | +- org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15:compile
[INFO] | | | | | +- org.apache.directory.api:api-asn1-api:jar:1.0.0-M20:compile
[INFO] | | | | | \- org.apache.directory.api:api-util:jar:1.0.0-M20:compile
[INFO] | | | | \- org.apache.curator:curator-framework:jar:2.7.1:compile
[INFO] | | | +- org.apache.curator:curator-client:jar:2.7.1:compile
[INFO] | | | +- org.apache.curator:curator-recipes:jar:2.7.1:compile
[INFO] | | | +- com.google.code.findbugs:jsr305:jar:3.0.0:compile
[INFO] | | | +- org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile
[INFO] | | | +- org.apache.zookeeper:zookeeper:jar:3.4.6:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.4.1:compile
[INFO] | | | \- org.tukaani:xz:jar:1.0:compile
[INFO] | | +- org.apache.hadoop:hadoop-hdfs:jar:2.7.1:compile
[INFO] | | | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
[INFO] | | | +- xerces:xercesImpl:jar:2.9.1:compile
[INFO] | | | | \- xml-apis:xml-apis:jar:1.3.04:compile
[INFO] | | | \- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:compile
[INFO] | | +- org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.7.1:compile
[INFO] | | | +- org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.7.1:compile
[INFO] | | | | +- org.apache.hadoop:hadoop-yarn-client:jar:2.7.1:compile
[INFO] | | | | \- org.apache.hadoop:hadoop-yarn-server-common:jar:2.7.1:compile
[INFO] | | | \- org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.7.1:compile
[INFO] | | +- org.apache.hadoop:hadoop-yarn-api:jar:2.7.1:compile
[INFO] | | +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.7.1:compile
[INFO] | | | \- org.apache.hadoop:hadoop-yarn-common:jar:2.7.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] | | | +- com.sun.jersey:jersey-client:jar:1.9:compile
[INFO] | | | +- org.codehaus.jackson:jackson-jaxrs:jar:1.9.13:compile
[INFO] | | | \- org.codehaus.jackson:jackson-xc:jar:1.9.13:compile
[INFO] | | +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.7.1:compile
[INFO] | | \- org.apache.hadoop:hadoop-annotations:jar:2.7.1:compile
[INFO] | +- commons-codec:commons-codec:jar:1.6:compile
[INFO] | +- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
[INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
[INFO] | \- javax.servlet:javax.servlet-api:jar:3.0.1:compile
[INFO] +- org.apache.spark:spark-core_2.10:jar:1.5.1:compile
[INFO] | +- org.apache.avro:avro-mapred:jar:hadoop2:1.7.7:compile
[INFO] | | +- org.apache.avro:avro-ipc:jar:1.7.7:compile
[INFO] | | | \- org.apache.avro:avro:jar:1.7.7:compile
[INFO] | | \- org.apache.avro:avro-ipc:jar:tests:1.7.7: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-launcher_2.10:jar:1.5.1:compile
[INFO] | +- org.apache.spark:spark-network-common_2.10:jar:1.5.1:compile
[INFO] | +- org.apache.spark:spark-network-shuffle_2.10:jar:1.5.1:compile
[INFO] | +- org.apache.spark:spark-unsafe_2.10:jar:1.5.1:compile
[INFO] | +- net.java.dev.jets3t:jets3t:jar:0.7.1:compile
[INFO] | | \- commons-httpclient:commons-httpclient:jar:3.1:compile
[INFO] | +- org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | +- org.slf4j:jul-to-slf4j:jar:1.7.10:compile
[INFO] | +- com.ning:compress-lzf:jar:1.0.3:compile
[INFO] | +- net.jpountz.lz4:lz4:jar:1.3.0:compile
[INFO] | +- org.roaringbitmap:RoaringBitmap:jar:0.4.5:compile
[INFO] | +- commons-net:commons-net:jar:2.2:compile
[INFO] | +- com.typesafe.akka:akka-remote_2.10:jar:2.3.11:compile
[INFO] | | +- com.typesafe.akka:akka-actor_2.10:jar:2.3.11:compile
[INFO] | | | \- com.typesafe:config:jar:1.2.1:compile
[INFO] | | +- io.netty:netty:jar:3.8.0.Final:compile
[INFO] | | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile
[INFO] | | \- org.uncommons.maths:uncommons-maths:jar:1.2.2a:compile
[INFO] | +- com.typesafe.akka:akka-slf4j_2.10:jar:2.3.11: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] | | \- org.scala-lang:scalap:jar:2.10.0:compile
[INFO] | | \- org.scala-lang:scala-compiler:jar:2.10.0:compile
[INFO] | +- com.sun.jersey:jersey-server:jar:1.9:compile
[INFO] | | \- asm:asm:jar:3.1:compile
[INFO] | +- com.sun.jersey:jersey-core:jar:1.9:compile
[INFO] | +- org.apache.mesos:mesos:jar:shaded-protobuf:0.21.1:compile
[INFO] | +- io.netty:netty-all:jar:4.0.29.Final:compile
[INFO] | +- com.clearspring.analytics:stream:jar:2.7.0:compile
[INFO] | +- io.dropwizard.metrics:metrics-core:jar:3.1.2:compile
[INFO] | +- io.dropwizard.metrics:metrics-jvm:jar:3.1.2:compile
[INFO] | +- io.dropwizard.metrics:metrics-json:jar:3.1.2:compile
[INFO] | +- io.dropwizard.metrics:metrics-graphite:jar:3.1.2:compile
[INFO] | +- com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.4.4:compile
[INFO] | +- oro:oro:jar:2.0.8:compile
[INFO] | +- org.tachyonproject:tachyon-client:jar:0.7.1:compile
[INFO] | | +- com.google.guava:guava:jar:14.0.1:compile
[INFO] | | +- org.tachyonproject:tachyon-underfs-hdfs:jar:0.7.1:compile
[INFO] | | \- org.tachyonproject:tachyon-underfs-local:jar:0.7.1:compile
[INFO] | +- net.razorvine:pyrolite:jar:4.4: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.5:compile
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.4.4:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.4.0:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.4.4:compile
[INFO] +- commons-lang:commons-lang:jar:2.6:compile
[INFO] +- com.thoughtworks.paranamer:paranamer:jar:2.6:compile
[INFO] +- org.xerial.snappy:snappy-java:jar:1.1.1.7:compile
[INFO] +- org.apache.tinkerpop:gremlin-test:jar:3.1.1-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:hadoop-gremlin:test-jar:tests:3.1.1-SNAPSHOT:test
[INFO] +- org.apache.tinkerpop:gremlin-groovy-test:jar:3.1.1-SNAPSHOT:test
[INFO] \- org.apache.tinkerpop:tinkergraph-gremlin:jar:3.1.1-SNAPSHOT:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Giraph Gremlin 3.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ giraph-gremlin ---
[INFO] org.apache.tinkerpop:giraph-gremlin:jar:3.1.1-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-core:jar:3.1.1-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-shaded:jar:3.1.1-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.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.1.1-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.mindrot:jbcrypt:jar:0.3m:compile
[INFO] +- org.apache.tinkerpop:hadoop-gremlin:jar:3.1.1-SNAPSHOT:compile
[INFO] | +- org.apache.hadoop:hadoop-client:jar:2.7.1:compile
[INFO] | | +- org.apache.hadoop:hadoop-common:jar:2.7.1:compile
[INFO] | | | +- org.apache.commons:commons-math3:jar:3.1.1:compile
[INFO] | | | +- xmlenc:xmlenc:jar:0.52:compile
[INFO] | | | +- commons-httpclient:commons-httpclient:jar:3.1:compile
[INFO] | | | +- commons-io:commons-io:jar:2.4:compile
[INFO] | | | +- commons-net:commons-net:jar:3.1:compile
[INFO] | | | +- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] | | | +- javax.servlet.jsp:jsp-api:jar:2.1:runtime
[INFO] | | | +- org.apache.avro:avro:jar:1.7.4:compile
[INFO] | | | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile
[INFO] | | | +- com.google.code.gson:gson:jar:2.2.4:compile
[INFO] | | | +- org.apache.hadoop:hadoop-auth:jar:2.7.1:compile
[INFO] | | | | +- org.apache.httpcomponents:httpclient:jar:4.2.5:compile
[INFO] | | | | | \- org.apache.httpcomponents:httpcore:jar:4.2.4:compile
[INFO] | | | | +- org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15:compile
[INFO] | | | | | +- org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15:compile
[INFO] | | | | | +- org.apache.directory.api:api-asn1-api:jar:1.0.0-M20:compile
[INFO] | | | | | \- org.apache.directory.api:api-util:jar:1.0.0-M20:compile
[INFO] | | | | \- org.apache.curator:curator-framework:jar:2.7.1:compile
[INFO] | | | +- org.apache.curator:curator-client:jar:2.7.1:compile
[INFO] | | | +- org.apache.curator:curator-recipes:jar:2.7.1:compile
[INFO] | | | +- com.google.code.findbugs:jsr305:jar:3.0.0:compile
[INFO] | | | +- org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.4.1:compile
[INFO] | | | \- org.tukaani:xz:jar:1.0:compile
[INFO] | | +- org.apache.hadoop:hadoop-hdfs:jar:2.7.1:compile
[INFO] | | | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
[INFO] | | | +- xerces:xercesImpl:jar:2.9.1:compile
[INFO] | | | | \- xml-apis:xml-apis:jar:1.3.04:compile
[INFO] | | | \- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:compile
[INFO] | | +- org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.7.1:compile
[INFO] | | | +- org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.7.1:compile
[INFO] | | | | +- org.apache.hadoop:hadoop-yarn-client:jar:2.7.1:compile
[INFO] | | | | \- org.apache.hadoop:hadoop-yarn-server-common:jar:2.7.1:compile
[INFO] | | | \- org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.7.1:compile
[INFO] | | +- org.apache.hadoop:hadoop-yarn-api:jar:2.7.1:compile
[INFO] | | +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.7.1:compile
[INFO] | | | \- org.apache.hadoop:hadoop-yarn-common:jar:2.7.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] | | | +- com.sun.jersey:jersey-core:jar:1.9:compile
[INFO] | | | +- com.sun.jersey:jersey-client:jar:1.9:compile
[INFO] | | | +- org.codehaus.jackson:jackson-jaxrs:jar:1.9.13:compile
[INFO] | | | \- org.codehaus.jackson:jackson-xc:jar:1.9.13:compile
[INFO] | | +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.7.1:compile
[INFO] | | \- org.apache.hadoop:hadoop-annotations:jar:2.7.1:compile
[INFO] | +- commons-codec:commons-codec:jar:1.6:compile
[INFO] | +- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] | +- com.google.guava:guava:jar:16.0.1:compile
[INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
[INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
[INFO] | \- org.xerial.snappy:snappy-java:jar:1.1.1.7:compile
[INFO] +- org.apache.giraph:giraph-core:jar:1.1.0-hadoop2:compile
[INFO] | +- com.facebook.nifty:nifty-client:jar:0.13.1:compile
[INFO] | | +- com.facebook.nifty:nifty-core:jar:0.13.1:compile
[INFO] | | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | | \- com.google.inject.extensions:guice-multibindings:jar:3.0:compile
[INFO] | | +- com.google.inject:guice:jar:3.0:compile
[INFO] | | | \- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | +- io.airlift:units:jar:0.91:compile
[INFO] | | | \- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] | | \- io.netty:netty:jar:3.7.0.Final:compile
[INFO] | +- com.facebook.swift:swift-annotations:jar:0.13.1:compile
[INFO] | +- com.facebook.swift:swift-codec:jar:0.13.1:compile
[INFO] | | \- com.thoughtworks.paranamer:paranamer:jar:2.5.2:compile
[INFO] | +- com.facebook.swift:swift-service:jar:0.13.1:compile
[INFO] | | +- io.airlift:configuration:jar:0.91:compile
[INFO] | | | +- org.apache.bval:bval-jsr303:jar:0.5:compile
[INFO] | | | | \- org.apache.bval:bval-core:jar:0.5:compile
[INFO] | | | \- cglib:cglib-nodep:jar:2.2.2:compile
[INFO] | | +- io.airlift:stats:jar:0.91:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.1.4:compile
[INFO] | | | +- io.airlift:slice:jar:0.5:compile
[INFO] | | | \- org.openjdk.jol:jol-core:jar:0.1:compile
[INFO] | | \- org.weakref:jmxutils:jar:1.16:compile
[INFO] | +- com.facebook.thirdparty.yourkit-api:yjp-controller-api-redist:jar:11.0.10:compile
[INFO] | +- com.google.code.findbugs:annotations:jar:2.0.2:compile
[INFO] | +- com.yammer.metrics:metrics-core:jar:2.2.0:compile
[INFO] | +- commons-cli:commons-cli:jar:1.2:compile
[INFO] | +- io.netty:netty-all:jar:4.0.14.Final:compile
[INFO] | +- net.iharder:base64:jar:2.3.8:compile
[INFO] | +- it.unimi.dsi:fastutil:jar:6.5.4:compile
[INFO] | +- org.apache.zookeeper:zookeeper:jar:3.4.5:compile
[INFO] | +- org.jodah:typetools:jar:0.2.1:compile
[INFO] | +- org.json:json:jar:20090211:compile
[INFO] | \- org.python:jython:jar:2.5.3:compile
[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:compile
[INFO] +- org.apache.tinkerpop:gremlin-test:jar:3.1.1-SNAPSHOT:test
[INFO] | +- com.carrotsearch:junit-benchmarks:jar:0.7.2:test
[INFO] | +- com.h2database:h2:jar:1.3.171: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:hadoop-gremlin:test-jar:tests:3.1.1-SNAPSHOT:test
[INFO] +- org.apache.tinkerpop:gremlin-groovy-test:jar:3.1.1-SNAPSHOT:test
[INFO] \- org.apache.tinkerpop:tinkergraph-gremlin:jar:3.1.1-SNAPSHOT:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Neo4j Gremlin 3.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ neo4j-gremlin ---
[INFO] org.apache.tinkerpop:neo4j-gremlin:jar:3.1.1-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-core:jar:3.1.1-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-shaded:jar:3.1.1-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.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.1.1-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.mindrot:jbcrypt:jar:0.3m:compile
[INFO] +- org.neo4j:neo4j-tinkerpop-api:jar:0.1:compile
[INFO] +- org.apache.tinkerpop:gremlin-test:jar:3.1.1-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.1.1-SNAPSHOT:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Gremlin Driver 3.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ gremlin-driver ---
[INFO] org.apache.tinkerpop:gremlin-driver:jar:3.1.1-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-core:jar:3.1.1-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-shaded:jar:3.1.1-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.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.1.1-SNAPSHOT:test
[INFO] \- org.hamcrest:hamcrest-all:jar:1.3:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Gremlin Server 3.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ gremlin-server ---
[INFO] org.apache.tinkerpop:gremlin-server:jar:3.1.1-SNAPSHOT
[INFO] +- org.apache.tinkerpop:tinkergraph-gremlin:jar:3.1.1-SNAPSHOT:compile
[INFO] | \- org.apache.tinkerpop:gremlin-core:jar:3.1.1-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-shaded:jar:3.1.1-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.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.1.1-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.1.1-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.mindrot:jbcrypt:jar:0.3m: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.1.1-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.1.1-SNAPSHOT:test
[INFO] \- org.neo4j:neo4j-tinkerpop-api:jar:0.1:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: Gremlin Console 3.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ gremlin-console ---
[INFO] org.apache.tinkerpop:gremlin-console:jar:3.1.1-SNAPSHOT
[INFO] +- org.apache.tinkerpop:gremlin-groovy:jar:3.1.1-SNAPSHOT:compile
[INFO] | +- org.apache.tinkerpop:gremlin-core:jar:3.1.1-SNAPSHOT:compile
[INFO] | | +- org.apache.tinkerpop:gremlin-shaded:jar:3.1.1-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.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.mindrot:jbcrypt:jar:0.3m:compile
[INFO] +- org.apache.tinkerpop:tinkergraph-gremlin:jar:3.1.1-SNAPSHOT:compile
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.1:compile
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.3:compile
[INFO] | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | \- commons-codec:commons-codec:jar:1.9:compile
[INFO] +- org.apache.tinkerpop:gremlin-driver:jar:3.1.1-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.1.1-SNAPSHOT:test
[INFO] | +- commons-collections:commons-collections:jar:3.2.1:test
[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.1.1-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.605s]
[INFO] Apache TinkerPop :: Gremlin Shaded ................ SUCCESS [0.039s]
[INFO] Apache TinkerPop :: Gremlin Core .................. SUCCESS [0.065s]
[INFO] Apache TinkerPop :: Gremlin Test .................. SUCCESS [0.024s]
[INFO] Apache TinkerPop :: Gremlin Groovy ................ SUCCESS [0.047s]
[INFO] Apache TinkerPop :: Gremlin Groovy Test ........... SUCCESS [0.020s]
[INFO] Apache TinkerPop :: TinkerGraph Gremlin ........... SUCCESS [0.023s]
[INFO] Apache TinkerPop :: Hadoop Gremlin ................ SUCCESS [0.229s]
[INFO] Apache TinkerPop :: Spark Gremlin ................. SUCCESS [0.143s]
[INFO] Apache TinkerPop :: Giraph Gremlin ................ SUCCESS [0.112s]
[INFO] Apache TinkerPop :: Neo4j Gremlin ................. SUCCESS [0.029s]
[INFO] Apache TinkerPop :: Gremlin Driver ................ SUCCESS [0.016s]
[INFO] Apache TinkerPop :: Gremlin Server ................ SUCCESS [0.043s]
[INFO] Apache TinkerPop :: Gremlin Console ............... SUCCESS [0.062s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.887s
[INFO] Finished at: Wed Jan 06 13:08:57 CST 2016
[INFO] Final Memory: 25M/323M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment