Created
March 20, 2013 13:43
-
-
Save olvesh/5204722 to your computer and use it in GitHub Desktop.
java-driver dependency-tree is a bit much, what can be removed/excluded here?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(! 525) ((1.0.0-beta1))# mvn dependency:tree | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building DataStax Java Driver for Apache Cassandra - Core 1.0.0-beta1 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ cassandra-driver-core --- | |
[INFO] com.datastax.cassandra:cassandra-driver-core:jar:1.0.0-beta1 | |
[INFO] +- io.netty:netty:jar:3.6.2.Final:compile | |
[INFO] +- com.google.guava:guava:jar:13.0.1:compile | |
[INFO] +- org.apache.cassandra:cassandra-thrift:jar:1.2.0:compile | |
[INFO] | +- commons-lang:commons-lang:jar:2.4:compile | |
[INFO] | \- org.slf4j:slf4j-api:jar:1.7.2:compile | |
[INFO] +- org.apache.thrift:libthrift:jar:0.7.0:compile | |
[INFO] | +- javax.servlet:servlet-api:jar:2.5:compile | |
[INFO] | \- org.apache.httpcomponents:httpclient:jar:4.0.1:compile | |
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.0.1:compile | |
[INFO] | \- commons-logging:commons-logging:jar:1.1.1:compile | |
[INFO] +- org.codehaus.jackson:jackson-core-asl:jar:1.4.0:compile | |
[INFO] +- com.yammer.metrics:metrics-core:jar:2.2.0:compile | |
[INFO] +- org.apache.cassandra:cassandra-all:jar:1.2.0:compile | |
[INFO] | +- org.xerial.snappy:snappy-java:jar:1.0.4.1:compile | |
[INFO] | +- com.ning:compress-lzf:jar:0.8.4:compile | |
[INFO] | +- commons-cli:commons-cli:jar:1.1:compile | |
[INFO] | +- commons-codec:commons-codec:jar:1.2:compile | |
[INFO] | +- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.3:compile | |
[INFO] | +- org.antlr:antlr:jar:3.2:compile | |
[INFO] | | \- org.antlr:antlr-runtime:jar:3.2:compile | |
[INFO] | | \- org.antlr:stringtemplate:jar:3.2:compile | |
[INFO] | | \- antlr:antlr:jar:2.7.7:compile | |
[INFO] | +- org.apache.cassandra.deps:avro:jar:1.4.0-cassandra-1:compile | |
[INFO] | | \- org.mortbay.jetty:jetty:jar:6.1.22:compile | |
[INFO] | | +- org.mortbay.jetty:jetty-util:jar:6.1.22:compile | |
[INFO] | | \- org.mortbay.jetty:servlet-api:jar:2.5-20081211:compile | |
[INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.4.0:compile | |
[INFO] | +- jline:jline:jar:1.0:compile | |
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1:compile | |
[INFO] | +- com.github.stephenc.high-scale-lib:high-scale-lib:jar:1.1.2:compile | |
[INFO] | +- org.yaml:snakeyaml:jar:1.6:compile | |
[INFO] | +- edu.stanford.ppl:snaptree:jar:0.1:compile | |
[INFO] | \- com.github.stephenc:jamm:jar:0.2.5:compile | |
[INFO] +- log4j:log4j:jar:1.2.17:test (scope not updated to compile) | |
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.6:test (scope not updated to runtime) | |
[INFO] \- junit:junit:jar:4.10:test | |
[INFO] \- org.hamcrest:hamcrest-core:jar:1.1:test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment