HHH-14848 - Move Ant tasks + support from hibernate-core into tooling/hibernate-ant

This commit is contained in:
Steve Ebersole 2021-09-29 02:09:58 -05:00
parent ee72128388
commit 439f4fb208
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ dependencies {
compileOnly libraries.postgresql
testCompile project(':hibernate-testing')
testCompile project(':hibernate-ant')
testCompile project( path: ':hibernate-core', configuration: 'tests' )
testCompile libraries.jakarta_validation