<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools</artifactId>
<version>4.0.0-CR1</version>
</dependency>
<parent> <groupId>org.jboss</groupId> <artifactId>jboss-parent</artifactId> <version>6</version> </parent>
compile
|-- org.hibernate:hibernate-core:4.0.0.Final
|-- org.hibernate:hibernate-commons-annotations:3.2.0.Final
|-- org.hibernate:hibernate-entitymanager:4.0.0.Final
|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.0.Final
|-- commons-logging:commons-logging:1.1
|-- 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.5.8
|-- jaxen:jaxen:1.1
|-- mysql:mysql-connector-java:5.1.18
|-- ${jdbc.driver.groupId}:${jdbc.driver.artifactId}:1.8.0.10