<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.3.0.Beta2</version>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-core', version='4.3.0.Beta2')
)
runtime
|-- org.jboss.logging:jboss-logging:3.1.0.GA
|-- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.0.0.Alpha1
|-- org.hibernate.common:hibernate-commons-annotations:4.0.1.Final
|-- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Draft-16