<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>2.2.6.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-jpa', version='2.2.6.RELEASE')
)
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>2.2.6.RELEASE</version> </parent>
compile
|-- org.springframework.data:spring-data-commons:2.2.6.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.8
|-- ${hibernate.groupId}:hibernate-core:5.2.17.Final
provided
|-- org.springframework:spring-instrument
|-- ${hibernate.groupId}:hibernate-jpamodelgen:5.2.17.Final
test
|-- org.apache.geronimo.specs:geronimo-jcdi_2.0_spec:1.0.1
|-- javax.interceptor:javax.interceptor-api:1.2.1