<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools</artifactId>
<version>3.4.0.Final</version>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-tools', version='3.4.0.Final')
)
<parent> <groupId>org.jboss</groupId> <artifactId>jboss-parent</artifactId> <version>6</version> </parent>
compile
|-- org.hibernate:hibernate-core:3.5.6-Final
|-- org.hibernate:hibernate-annotations:3.5.6-Final
|-- org.hibernate:hibernate-entitymanager:3.5.6-Final
|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.0.Final
|-- commons-logging:commons-logging:1.1
|-- cglib:cglib:2.2
|-- ant:ant:1.6.5
|-- freemarker:freemarker:2.3.8
|-- org.hibernate:jtidy:r8-20060801
|-- org.eclipse.tycho:org.eclipse.jdt.core:3.9.1.v20130905-0837
|-- org.eclipse:text:3.2.0-v20060605-1400
runtime
|-- org.eclipse.core:runtime:3.10.0-v20140318-2214
|-- org.eclipse.equinox:common:3.2.0-v20060603
test
|-- org.slf4j:slf4j-log4j12:1.5.8
|-- jaxen:jaxen:1.1
|-- ${jdbc.driver.groupId}:${jdbc.driver.artifactId}:1.8.0.2