<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.2.12.Final</version>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-core', version='4.2.12.Final')
)
compile
|-- org.jboss.logging:jboss-logging:3.1.0.GA
|-- org.javassist:javassist:3.18.1-GA
|-- org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:1.0.1.Final
|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.1.Final
|-- org.hibernate.common:hibernate-commons-annotations:4.0.2.Final
test
|-- jaxen:jaxen:1.1
|-- org.hibernate:hibernate-testing:4.2.12.Final
|-- commons-logging:commons-logging-api:99.0-does-not-exist
|-- org.slf4j:slf4j-log4j12:1.6.1
|-- org.jboss.byteman:byteman-install:2.1.2
|-- org.slf4j:jcl-over-slf4j:1.6.1
|-- org.jboss.byteman:byteman:2.1.2
|-- org.mockito:mockito-core:1.9.0
|-- javax.validation:validation-api:1.0.0.GA
|-- org.jboss.byteman:byteman-bmunit:2.1.2
|-- org.hibernate:hibernate-validator:4.2.0.Final
|-- com.fasterxml:classmate:0.5.4
|-- org.jboss:jandex:1.0.3.Final
|-- commons-logging:commons-logging:99.0-does-not-exist
|-- junit:junit:4.10