<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-ehcache</artifactId>
<version>4.2.16.Final</version>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-ehcache', version='4.2.16.Final')
)
compile
|-- org.jboss.logging:jboss-logging:3.1.0.GA
|-- net.sf.ehcache:ehcache-core:2.4.3
|-- org.hibernate:hibernate-core:4.2.16.Final
test
|-- commons-logging:commons-logging-api:99.0-does-not-exist
|-- org.slf4j:slf4j-log4j12:1.6.1
|-- org.slf4j:jcl-over-slf4j:1.6.1
|-- org.jboss.byteman:byteman-install:2.1.2
|-- org.jboss.byteman:byteman:2.1.2
|-- org.javassist:javassist:3.18.1-GA
|-- org.jboss.byteman:byteman-bmunit:2.1.2
|-- org.hibernate:hibernate-testing:4.2.16.Final
|-- commons-logging:commons-logging:99.0-does-not-exist
|-- junit:junit:4.10