Skip to content

Instantly share code, notes, and snippets.

@eytanbiala
Last active February 5, 2016 07:01
Show Gist options
  • Save eytanbiala/492d9af46f8990917e45 to your computer and use it in GitHub Desktop.
Save eytanbiala/492d9af46f8990917e45 to your computer and use it in GitHub Desktop.
mvn dependency:tree
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building IqData 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ IqData ---
[INFO] com.company:Data:jar:1.0.0-SNAPSHOT
[INFO] +- org.springframework:spring-context:jar:4.2.0.RELEASE:compile
[INFO] | +- org.springframework:spring-beans:jar:4.2.0.RELEASE:compile
[INFO] | +- org.springframework:spring-core:jar:4.2.0.RELEASE:compile
[INFO] | \- org.springframework:spring-expression:jar:4.2.0.RELEASE:compile
[INFO] +- org.springframework:spring-jdbc:jar:4.2.0.RELEASE:compile
[INFO] | \- org.springframework:spring-tx:jar:4.2.0.RELEASE:compile
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.6.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.1:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.6.1:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] +- com.google.guava:guava:jar:18.0:compile
[INFO] +- org.apache.commons:commons-dbcp2:jar:2.1.1:compile
[INFO] | +- org.apache.commons:commons-pool2:jar:2.4.2:compile
[INFO] | \- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] +- com.ibm.icu:icu4j:jar:56.1:compile
[INFO] +- commons-codec:commons-codec:jar:1.10:compile
[INFO] +- org.bouncycastle:bcprov-jdk16:jar:1.45:compile
[INFO] +- org.jasypt:jasypt:jar:1.7:compile
[INFO] +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
[INFO] +- joda-time:joda-time:jar:1.6.2:compile
[INFO] +- org.springframework:spring-test:jar:4.2.0.RELEASE:test
[INFO] +- cglib:cglib:jar:2.2:compile
[INFO] | \- asm:asm:jar:3.1:compile
[INFO] +- org.springframework:spring-aop:jar:4.2.0.RELEASE:compile
[INFO] | \- aopalliance:aopalliance:jar:1.0:compile
[INFO] +- org.springframework:spring-aspects:jar:4.2.0.RELEASE:compile
[INFO] +- org.aspectj:aspectjrt:jar:1.8.6:compile
[INFO] +- org.aspectj:aspectjweaver:jar:1.8.6:compile
[INFO] +- com.googlecode.lambdaj:lambdaj:jar:2.4:compile
[INFO] | +- org.objenesis:objenesis:jar:1.2:compile
[INFO] | \- cglib:cglib-nodep:jar:2.2.2:compile
[INFO] +- org.hamcrest:hamcrest-all:jar:1.3:compile
[INFO] +- junit:junit:jar:4.11:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile
[INFO] +- org.codehaus.janino:janino:jar:2.6.1:compile
[INFO] | \- org.codehaus.janino:commons-compiler:jar:2.6.1:compile
[INFO] +- me.moocar:logback-gelf:jar:0.9.6p2:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.0.9:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.0.9:compile
[INFO] | \- com.google.code.gson:gson:jar:2.1:compile
[INFO] +- org.perf4j:perf4j:jar:logbackonly:0.9.16:compile
[INFO] +- commons-jexl:commons-jexl:jar:1.1:runtime
[INFO] +- com.joestelmach:natty:jar:0.9: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.mnode.ical4j:ical4j:jar:1.0.6:compile
[INFO] | +- commons-lang:commons-lang:jar:2.6:compile
[INFO] | \- backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[INFO] \- org.jgrapht:jgrapht-core:jar:0.9.0:compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.090 s
[INFO] Finished at: 2016-02-05T02:00:22-05:00
[INFO] Final Memory: 16M/309M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment