<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.11.12.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-jpa', version='1.11.12.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-jpa" rev="1.11.12.RELEASE" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>1.9.12.RELEASE</version> </parent>
compile
|-- org.springframework.data:spring-data-commons:1.13.12.RELEASE
|-- org.springframework:spring-orm
|-- org.springframework:spring-context
|-- org.springframework:spring-aop
|-- org.springframework:spring-tx
|-- org.springframework:spring-beans
|-- org.springframework:spring-core
|-- org.springframework:spring-aspects
|-- org.eclipse.persistence:org.eclipse.persistence.jpa:2.6.5
|-- org.hibernate:${hibernate.artifact}:3.6.10.Final
|-- org.apache.openjpa:openjpa-persistence-jdbc:2.4.1
provided
|-- org.springframework:spring-instrument
|-- org.hibernate:hibernate-jpamodelgen:1.3.0.Final
test
|-- javax.el:el-api