diff --git a/hibernate-spatial/hibernate-spatial.gradle b/hibernate-spatial/hibernate-spatial.gradle index 914ae82011..0a3baeea5f 100644 --- a/hibernate-spatial/hibernate-spatial.gradle +++ b/hibernate-spatial/hibernate-spatial.gradle @@ -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