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

7 lines
140 B
Groovy

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