hibernate-orm/hibernate-proxool/hibernate-proxool.gradle
2012-08-08 17:53:17 +08:00

7 lines
140 B
Groovy

dependencies {
compile project( ':hibernate-core' )
compile( libraries.proxool )
testCompile project( ':hibernate-testing' )
}