<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>4.0.5.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-orm', version='4.0.5.RELEASE')
)
compile
|-- aopalliance:aopalliance:1.0
|-- javax.servlet:javax.servlet-api:3.0.1
|-- org.apache.openjpa:openjpa:2.2.2
|-- org.eclipse.persistence:javax.persistence:2.0.5
|-- org.eclipse.persistence:org.eclipse.persistence.core:2.4.2
|-- org.eclipse.persistence:org.eclipse.persistence.jpa:2.4.2
|-- org.hibernate:hibernate-core:4.2.12.Final
|-- org.hibernate:hibernate-core:3.6.10.Final
|-- org.hibernate:hibernate-entitymanager:3.6.10.Final
|-- org.hibernate:hibernate-entitymanager:4.2.12.Final
|-- org.springframework:spring-aop:4.0.5.RELEASE
|-- org.springframework:spring-beans:4.0.5.RELEASE
|-- org.springframework:spring-context:4.0.5.RELEASE
|-- org.springframework:spring-core:4.0.5.RELEASE
|-- org.springframework:spring-jdbc:4.0.5.RELEASE