<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>5.0.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-orm', version='5.0.0.RELEASE')
)
compile
|-- javax.servlet:javax.servlet-api:3.1.0
|-- org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.0
|-- org.hibernate:hibernate-core:5.2.11.Final
|-- org.springframework:spring-aop:5.0.0.RELEASE
|-- org.springframework:spring-beans:5.0.0.RELEASE
|-- org.springframework:spring-context:5.0.0.RELEASE
|-- org.springframework:spring-core:5.0.0.RELEASE
|-- org.springframework:spring-jdbc:5.0.0.RELEASE