<dependency>
<groupId>org.kuali.rice</groupId>
<artifactId>rice-core-service-framework</artifactId>
<version>2.1.16</version>
</dependency>
@Grapes(
@Grab(group='org.kuali.rice', module='rice-core-service-framework', version='2.1.16')
)
<parent> <groupId>org.kuali.rice</groupId> <artifactId>rice-core-service</artifactId> <version>2.1.16</version> </parent>
compile
|-- org.kuali.rice:rice-core-service-api
|-- org.kuali.rice:rice-core-framework
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-tx
|-- org.springframework:spring-orm
|-- org.springframework:spring-web
|-- org.springmodules:spring-modules-ojb
|-- org.hibernate:hibernate-core
|-- org.hibernate:hibernate-entitymanager
|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api
|-- xapool:xapool
test
|-- junit:junit