<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools</artifactId>
<version>3.6.0.CR1</version>
</dependency>
<parent> <groupId>org.jboss</groupId> <artifactId>jboss-parent</artifactId> <version>6</version> </parent>
compile
|-- org.hibernate:hibernate-core:3.6.9.Final
|-- org.hibernate:hibernate-entitymanager:3.6.9.Final
|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.1.Final
|-- commons-logging:commons-logging:1.1
|-- cglib:cglib:2.2
|-- javassist:javassist:3.12.0.GA
|-- ant:ant:1.6.5
|-- freemarker:freemarker:2.3.8
|-- org.hibernate:jtidy:r8-20060801
|-- org.eclipse.tycho:org.eclipse.jdt.core:3.8.0.v_C03
|-- org.eclipse:text:3.2.0-v20060605-1400
runtime
|-- org.eclipse.core:runtime:3.2.0-v20060603
|-- org.eclipse.equinox:common:3.2.0-v20060603
test
|-- org.slf4j:slf4j-log4j12:1.6.1
|-- jaxen:jaxen:1.1
|-- ${jdbc.driver.groupId}:${jdbc.driver.artifactId}:1.8.0.2