mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 12:14:47 +00:00
11 lines
274 B
Groovy
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' )
|
|
} |