hibernate-orm/hibernate-ehcache/hibernate-ehcache.gradle

7 lines
140 B
Groovy
Raw Normal View History

dependencies {
compile project( ':hibernate-core' )
2012-08-08 17:09:11 +08:00
compile( libraries.ehcache )
testCompile project( ':hibernate-testing' )
}