hibernate-orm/hibernate-proxool/hibernate-proxool.gradle

7 lines
140 B
Groovy
Raw Normal View History

dependencies {
compile project( ':hibernate-core' )
2012-08-08 05:53:17 -04:00
compile( libraries.proxool )
testCompile project( ':hibernate-testing' )
}