Skip to content

Instantly share code, notes, and snippets.

@jhiemer
Created August 23, 2012 07:56
Show Gist options
  • Save jhiemer/3434042 to your computer and use it in GitHub Desktop.
Save jhiemer/3434042 to your computer and use it in GitHub Desktop.
[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ evoila-rest ---
[INFO] de.rest:rest:war:1.0-SNAPSHOT
[INFO] +- org.springframework.data:spring-data-rest-webmvc:jar:1.0.0.BUILD-SNAPSHOT:compile
[INFO] | +- org.springframework.data:spring-data-rest-repository:jar:1.0.0.BUILD-SNAPSHOT:compile
[INFO] | | \- org.springframework.data:spring-data-rest-core:jar:1.0.0.BUILD-SNAPSHOT:compile
[INFO] | | \- com.google.guava:guava:jar:12.0:compile
[INFO] | | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.0.6:runtime
[INFO] | | \- ch.qos.logback:logback-core:jar:1.0.6:runtime
[INFO] | +- javax.validation:validation-api:jar:1.0.0.GA:compile
[INFO] | +- org.springframework:spring-web:jar:3.1.2.RELEASE:compile
[INFO] | | \- aopalliance:aopalliance:jar:1.0:compile
[INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.8:compile
[INFO] | +- org.springframework:spring-tx:jar:3.1.2.RELEASE:compile
[INFO] | | \- org.springframework:spring-aop:jar:3.1.2.RELEASE:compile
[INFO] | +- org.springframework:spring-beans:jar:3.1.2.RELEASE:compile
[INFO] | +- org.springframework:spring-context:jar:3.1.2.RELEASE:compile
[INFO] | | +- org.springframework:spring-expression:jar:3.1.2.RELEASE:compile
[INFO] | | \- org.springframework:spring-asm:jar:3.1.2.RELEASE:compile
[INFO] | +- org.hibernate:hibernate-validator-annotation-processor:jar:4.1.0.Final:runtime
[INFO] | | \- org.hibernate:hibernate-validator:jar:4.1.0.Final:runtime
[INFO] | +- org.springframework.hateoas:spring-hateoas:jar:0.2.0.BUILD-SNAPSHOT:compile
[INFO] | +- org.springframework:spring-orm:jar:3.1.2.RELEASE:compile
[INFO] | | \- org.springframework:spring-jdbc:jar:3.1.2.RELEASE:compile
[INFO] | +- org.hsqldb:hsqldb:jar:2.2.8:runtime
[INFO] | +- org.springframework:spring-core:jar:3.1.2.RELEASE:compile
[INFO] | | \- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] | +- cglib:cglib-nodep:jar:2.2.2:runtime
[INFO] | +- org.springframework.data:spring-data-commons-core:jar:1.4.0.BUILD-SNAPSHOT:compile
[INFO] | +- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[INFO] | \- org.springframework:spring-webmvc:jar:3.1.2.RELEASE:compile
[INFO] | \- org.springframework:spring-context-support:jar:3.1.2.RELEASE:compile
[INFO] +- org.aspectj:aspectjrt:jar:1.6.9:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.6.4:compile
[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.6.4:runtime
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.4:runtime
[INFO] +- javax.inject:javax.inject:jar:1:compile
[INFO] +- javax.servlet:servlet-api:jar:2.5:provided
[INFO] +- javax.servlet.jsp:jsp-api:jar:2.1:provided
[INFO] +- javax.servlet:jstl:jar:1.2:compile
[INFO] +- junit:junit:jar:4.7:test
[INFO] \- de.model:model:jar:1.0-SNAPSHOT:compile
[INFO] +- org.springframework.data:spring-data-jpa:jar:1.1.1.RELEASE:compile
[INFO] +- log4j:log4j:jar:1.2.14:compile
[INFO] +- commons-beanutils:commons-beanutils:jar:1.8.3:compile
[INFO] +- org.codehaus.woodstox:woodstox-core-lgpl:jar:4.1.2:compile
[INFO] | +- javax.xml.stream:stax-api:jar:1.0-2:compile
[INFO] | \- org.codehaus.woodstox:stax2-api:jar:3.1.1:compile
[INFO] +- postgresql:postgresql:jar:9.1-901.jdbc4:compile
[INFO] +- org.hibernate:hibernate-entitymanager:jar:4.1.4.Final:compile
[INFO] | +- org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
[INFO] | +- org.hibernate:hibernate-core:jar:4.1.4.Final:compile
[INFO] | | \- antlr:antlr:jar:2.7.7:compile
[INFO] | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[INFO] | +- dom4j:dom4j:jar:1.6.1:compile
[INFO] | +- org.javassist:javassist:jar:3.15.0-GA:compile
[INFO] | \- org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[INFO] +- com.mysema.querydsl:querydsl-jpa:jar:2.7.0:compile
[INFO] | \- com.mysema.querydsl:querydsl-core:jar:2.7.0:compile
[INFO] | +- com.mysema.commons:mysema-commons-lang:jar:0.2.2:compile
[INFO] | \- cglib:cglib:jar:2.2:compile
[INFO] | \- asm:asm:jar:3.1:compile
[INFO] +- ma.glasnost.orika:orika-core:jar:1.1.5:compile
[INFO] | +- javassist:javassist:jar:3.12.0.GA:compile
[INFO] | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[INFO] | \- org.slf4j:slf4j-simple:jar:1.5.8:compile
[INFO] \- org.codehaus.jackson:jackson-core-asl:jar:1.9.8:compile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment