hibernate-orm/hibernate-c3p0/hibernate-c3p0.gradle

11 lines
274 B
Groovy

dependencies {
provided( libraries.validation )
compile project( ':hibernate-core' )
compile( libraries.c3p0 )
testCompile( libraries.validator ) {
// for test runtime
transitive = true
}
testCompile project( ':hibernate-testing' )
}