2010-10-09 14:27:47 -04:00
|
|
|
dependencies {
|
2012-03-21 18:25:32 -04:00
|
|
|
provided( libraries.validation )
|
2012-03-09 14:34:02 -05:00
|
|
|
compile project( ':hibernate-core' )
|
2012-08-08 05:09:11 -04:00
|
|
|
compile( libraries.c3p0 )
|
2012-03-09 14:34:02 -05:00
|
|
|
|
2012-03-21 18:25:32 -04:00
|
|
|
testCompile( libraries.validator ) {
|
|
|
|
// for test runtime
|
|
|
|
transitive = true
|
|
|
|
}
|
2012-03-09 14:34:02 -05:00
|
|
|
testCompile project( ':hibernate-testing' )
|
2010-10-09 14:27:47 -04:00
|
|
|
}
|