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