Skip to content

Instantly share code, notes, and snippets.

@prule
Created November 11, 2013 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prule/7411171 to your computer and use it in GitHub Desktop.
Save prule/7411171 to your computer and use it in GitHub Desktop.
Maven dependency tree for JSF2 + Primefaces 4 + Spring 3.2 + Hibernate 4 project
[INFO] :web:war:1.0-SNAPSHOT
[INFO] +- :services:jar:1.0-SNAPSHOT:compile
[INFO] | \- core:core:jar:1.1-SNAPSHOT:compile
[INFO] | +- com.sun.faces:jsf-api:jar:2.2.4:compile
[INFO] | +- com.sun.faces:jsf-impl:jar:2.2.4:compile
[INFO] | +- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] | +- org.hibernate:hibernate-validator:jar:4.3.1.Final:compile
[INFO] | +- javax.servlet:javax.servlet-api:jar:3.0.1:compile
[INFO] | +- javax.servlet:jstl:jar:1.2:compile
[INFO] | +- org.primefaces.extensions:primefaces-extensions:jar:1.0.0:compile
[INFO] | | +- org.primefaces:primefaces:jar:4.0:compile
[INFO] | | \- com.google.code.gson:gson:jar:2.2.4:compile
[INFO] | +- com.mysema.querydsl:querydsl-jpa:jar:3.2.4:compile
[INFO] | | +- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.0.Final:compile
[INFO] | | \- com.mysema.querydsl:querydsl-core:jar:3.2.4:compile
[INFO] | | +- com.google.guava:guava:jar:13.0.1:compile
[INFO] | | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | | +- com.mysema.commons:mysema-commons-lang:jar:0.2.4:compile
[INFO] | | \- cglib:cglib:jar:2.2.2:compile
[INFO] | | \- asm:asm:jar:3.3.1:compile
[INFO] | +- com.mysema.querydsl:querydsl-jpa-codegen:jar:3.2.4:compile
[INFO] | | \- com.mysema.querydsl:querydsl-codegen:jar:3.2.4:compile
[INFO] | | +- com.mysema.codegen:codegen:jar:0.6.0:compile
[INFO] | | | \- org.eclipse.jdt.core.compiler:ecj:jar:3.7.2:compile
[INFO] | | \- javax.inject:javax.inject:jar:1:compile
[INFO] | +- com.mysema.querydsl:querydsl-apt:jar:3.2.4:compile
[INFO] | +- org.hibernate:hibernate-core:jar:4.2.2.Final:compile
[INFO] | | +- antlr:antlr:jar:2.7.7:compile
[INFO] | | +- dom4j:dom4j:jar:1.6.1:compile
[INFO] | | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.1.Final:compile
[INFO] | | +- org.hibernate.common:hibernate-commons-annotations:jar:4.0.2.Final:compile
[INFO] | | \- org.javassist:javassist:jar:3.15.0-GA:compile
[INFO] | +- org.hibernate:hibernate-entitymanager:jar:4.2.2.Final:compile
[INFO] | +- org.hibernate:hibernate-validator-annotation-processor:jar:4.3.1.Final:compile
[INFO] | +- org.hibernate:hibernate-envers:jar:4.2.2.Final:compile
[INFO] | +- org.hibernate:hibernate-ehcache:jar:4.2.2.Final:compile
[INFO] | | \- net.sf.ehcache:ehcache-core:jar:2.4.3:compile
[INFO] | +- org.springframework:spring-expression:jar:3.2.2.RELEASE:compile
[INFO] | +- org.springframework:spring-beans:jar:3.2.4.RELEASE:compile
[INFO] | +- org.springframework.security:spring-security-core:jar:3.1.4.RELEASE:compile
[INFO] | | \- aopalliance:aopalliance:jar:1.0:compile
[INFO] | +- org.springframework.security:spring-security-config:jar:3.1.4.RELEASE:compile
[INFO] | +- org.springframework.security:spring-security-web:jar:3.1.4.RELEASE:compile
[INFO] | +- org.springframework.security:spring-security-ldap:jar:3.1.4.RELEASE:compile
[INFO] | +- org.springframework.ldap:spring-ldap-core:jar:1.3.2.RELEASE:compile
[INFO] | | \- commons-lang:commons-lang:jar:2.4:compile
[INFO] | +- org.springframework.ldap:spring-ldap-core-tiger:jar:1.3.2.RELEASE:compile
[INFO] | +- org.springframework:spring-jdbc:jar:3.2.4.RELEASE:compile
[INFO] | +- org.springframework:spring-orm:jar:3.2.4.RELEASE:compile
[INFO] | +- org.springframework:spring-oxm:jar:3.2.4.RELEASE:compile
[INFO] | +- org.springframework:spring-aop:jar:3.2.4.RELEASE:compile
[INFO] | +- org.springframework:spring-web:jar:3.2.4.RELEASE:compile
[INFO] | +- org.springframework:spring-core:jar:3.2.4.RELEASE:compile
[INFO] | +- org.springframework:spring-tx:jar:3.2.4.RELEASE:compile
[INFO] | +- org.springframework:spring-context-support:jar:3.2.4.RELEASE:compile
[INFO] | +- org.springframework:spring-context:jar:3.2.4.RELEASE:compile
[INFO] | +- org.springframework.data:spring-data-jpa:jar:1.4.2.RELEASE:compile
[INFO] | | \- org.springframework.data:spring-data-commons:jar:1.6.2.RELEASE:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.5:compile
[INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.5:compile
[INFO] | | \- log4j:log4j:jar:1.2.17:compile
[INFO] | +- commons-validator:commons-validator:jar:1.4.0:compile
[INFO] | | +- commons-beanutils:commons-beanutils:jar:1.8.3:compile
[INFO] | | \- commons-digester:commons-digester:jar:1.8:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.1:compile
[INFO] | +- joda-time:joda-time:jar:2.3:compile
[INFO] | +- joda-time:joda-time-hibernate:jar:1.3:compile
[INFO] | +- org.jadira.usertype:usertype.jodatime:jar:2.0.1:compile
[INFO] | | \- org.jadira.usertype:usertype.spi:jar:2.0.1:compile
[INFO] | +- concurrent:concurrent:jar:1.3.4:compile
[INFO] | +- net.sf.opencsv:opencsv:jar:2.3:compile
[INFO] | +- org.apache.poi:poi:jar:3.9:compile
[INFO] | | \- commons-codec:commons-codec:jar:1.5:compile
[INFO] | +- org.apache.poi:openxml4j:jar:1.0-beta:compile
[INFO] | +- org.aspectj:aspectjrt:jar:1.7.3:compile
[INFO] | +- org.apache.poi:poi-ooxml:jar:3.9:compile
[INFO] | | \- org.apache.poi:poi-ooxml-schemas:jar:3.9:compile
[INFO] | | \- org.apache.xmlbeans:xmlbeans:jar:2.3.0:compile
[INFO] | | \- stax:stax-api:jar:1.0.1:compile
[INFO] | +- com.h2database:h2:jar:1.3.174:compile
[INFO] | +- javax.transaction:jta:jar:1.1:compile
[INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.12:compile
[INFO] | | \- org.codehaus.jackson:jackson-core-asl:jar:1.9.12:compile
[INFO] | +- org.freemarker:freemarker:jar:2.3.20:compile
[INFO] | +- org.hamcrest:hamcrest-all:jar:1.3:compile
[INFO] | +- com.sun.jersey.contribs:jersey-spring:jar:1.17.1:compile
[INFO] | | \- com.sun.jersey:jersey-servlet:jar:1.17.1:compile
[INFO] | | \- com.sun.jersey:jersey-server:jar:1.17.1:compile
[INFO] | | \- com.sun.jersey:jersey-core:jar:1.17.1:compile
[INFO] | \- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
[INFO] +- org.primefaces.themes:all-themes:jar:1.0.10:compile
[INFO] +- commons-fileupload:commons-fileupload:jar:1.3:compile
[INFO] | \- commons-io:commons-io:jar:2.2:compile
[INFO] +- commons-beanutils:commons-beanutils-core:jar:1.8.3:compile
[INFO] | \- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] \- junit:junit:jar:4.11:test
[INFO] \- org.hamcrest:hamcrest-core:jar:1.3:test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment