From 89e63ebc4fa500749de99b0b1b80a332789843cc Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Fri, 6 May 2016 13:38:48 -0500 Subject: [PATCH] HHH-10664 - Prep 5.2 feature branch --- documentation/documentation.gradle | 1 + 1 file changed, 1 insertion(+) 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') )