<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>3.1.1.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-orm', version='3.1.1.RELEASE')
)
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>3.1.1.RELEASE</version> </parent>
compile
|-- toplink.essentials:toplink-essentials:2.0-41
|-- aopalliance:aopalliance:1.0
|-- org.apache.ibatis:ibatis-sqlmap:2.3.4.726
|-- org.apache.openjpa:openjpa:1.1.0
|-- org.eclipse.persistence:org.eclipse.persistence.core:1.0.1
|-- org.eclipse.persistence:org.eclipse.persistence.jpa:1.0.1
|-- org.hibernate:hibernate-core:3.6.0.Final
|-- org.hibernate:hibernate-annotations:3.4.0.GA
|-- org.hibernate:hibernate-entitymanager:3.4.0.GA
|-- javax.persistence:persistence-api:1.0
|-- javax.servlet:servlet-api:2.5
|-- org.springframework:spring-aop
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-tx
|-- org.springframework:spring-web
provided
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1
test
|-- org.eclipse.persistence:org.eclipse.persistence.asm:1.0.1
|-- org.eclipse.persistence:org.eclipse.persistence.antlr:1.0.1
|-- org.hibernate:hibernate-cglib-repack:2.1_3
|-- log4j:log4j
|-- commons-dbcp:commons-dbcp:1.2.2
|-- commons-pool:commons-pool:1.5.3
|-- junit:junit