diff --git a/documentation/documentation.gradle b/documentation/documentation.gradle index c3cd9ec8c3..5e6053059c 100644 --- a/documentation/documentation.gradle +++ b/documentation/documentation.gradle @@ -64,6 +64,7 @@ dependencies { testCompile( project(':hibernate-core') ) testCompile( project(':hibernate-ehcache') ) testCompile( project(':hibernate-spatial') ) + testCompile( project(path: ':hibernate-core', configuration: 'tests') ) testCompile( project(':hibernate-testing') ) // testCompile( project(path: ':hibernate-entitymanager', configuration: 'tests') )