<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jbosscache</artifactId>
<version>3.3.0.GA</version>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-jbosscache', version='3.3.0.GA')
)
<parent> <groupId>org.hibernate</groupId> <artifactId>hibernate-parent</artifactId> <version>3.3.0.GA</version> </parent>
compile
|-- jboss:jboss-cache:1.4.1.GA
|-- jboss:jboss-j2se:200504122039
|-- concurrent:concurrent:1.3.4
test
|-- ${groupId}:hibernate-testing
|-- commons-logging:commons-logging:99.0-does-not-exist
|-- commons-logging:commons-logging-api:99.0-does-not-exist
|-- org.slf4j:jcl104-over-slf4j:1.4.2
|-- org.slf4j:slf4j-log4j12:1.4.2