<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.7.1.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-jpa', version='1.7.1.RELEASE')
)
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>1.5.1.RELEASE</version> </parent>
compile
|-- org.springframework.data:spring-data-commons:1.9.1.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.5.1
|-- org.hibernate:hibernate-entitymanager:3.6.10.Final
|-- org.apache.openjpa:openjpa-persistence-jdbc:2.3.0
|-- com.mysema.querydsl:querydsl-jpa
provided
|-- org.springframework:spring-instrument
|-- com.mysema.querydsl:querydsl-apt
test
|-- javax.el:el-api
|-- org.apache.openwebbeans.test:cditest-owb