<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-hibernate</artifactId>
<version>1.4.20</version>
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.xstream', module='xstream-hibernate', version='1.4.20')
)
<parent> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream-parent</artifactId> <version>1.4.20</version> </parent>
compile
|-- com.thoughtworks.xstream:xstream
|-- com.thoughtworks.xstream:xstream
|-- org.hibernate:hibernate-core
|-- org.hibernate:hibernate-envers
|-- junit:junit
provided
test