<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-testing</artifactId>
<version>5.6.2.Final</version>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-testing', version='5.6.2.Final')
)
compile
|-- org.jboss.logging:jboss-logging:3.4.2.Final
|-- org.hibernate:hibernate-core:5.6.2.Final
|-- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
|-- org.jboss.byteman:byteman:4.0.16
|-- org.jboss.byteman:byteman-install:4.0.16
|-- org.jboss.byteman:byteman-bmunit:4.0.16
|-- org.apache.logging.log4j:log4j-core:2.14.1