<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools</artifactId>
<version>5.1.0.Final</version>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-tools', version='5.1.0.Final')
)
<parent> <groupId>org.jboss</groupId> <artifactId>jboss-parent</artifactId> <version>19</version> </parent>
compile
|-- org.hibernate:hibernate-core:5.1.2.Final
|-- org.hibernate.common:hibernate-commons-annotations:5.0.0.Final
|-- org.hibernate:hibernate-entitymanager:5.1.2.Final
|-- org.hibernate.javax.persistence:hibernate-jpa-2.1-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.9.1.v20130905-0837
|-- org.eclipse:text:3.3.0-v20070606-0010
|-- commons-collections:commons-collections:3.2.1
runtime
|-- org.eclipse.core:runtime:3.9.0-v20130326-1255
|-- org.eclipse.equinox:common:3.6.200-v20130402-1505
test
|-- junit:junit:4.12
|-- org.slf4j:slf4j-log4j12:1.5.8
|-- jaxen:jaxen:1.1