<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>3.2.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-oxm', version='3.2.0.RELEASE')
)
compile
|-- com.sun.xml.bind:jaxb-impl:2.1.7
|-- org.springframework:spring-core:3.2.0.RELEASE
|-- com.thoughtworks.xstream:xstream:1.3.1
|-- org.codehaus.castor:castor-xml:1.3.2
|-- org.apache.xmlbeans:xmlbeans:2.4.0
|-- commons-lang:commons-lang:2.5