From 1ec6f9f793771c50383671f02d182d6891afab57 Mon Sep 17 00:00:00 2001 From: Strong Liu Date: Tue, 31 May 2011 00:39:22 +0800 Subject: [PATCH] HHH-6276 org.hibernate.test.cache.ehcache.EhCacheRegionFactoryImpl fails due to no slf4j in test configuration --- hibernate-ehcache/hibernate-ehcache.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hibernate-ehcache/hibernate-ehcache.gradle b/hibernate-ehcache/hibernate-ehcache.gradle index 3c07f86457..4c4cf5f48e 100644 --- a/hibernate-ehcache/hibernate-ehcache.gradle +++ b/hibernate-ehcache/hibernate-ehcache.gradle @@ -2,8 +2,6 @@ apply plugin: 'java' dependencies { compile( project( ':hibernate-core' ) ) - compile( [group: 'net.sf.ehcache', name: 'ehcache-core', version: '2.4.1'] ){ - trasitive = false - } + compile( [group: 'net.sf.ehcache', name: 'ehcache-core', version: '2.4.1', ext: 'jar'] ) testCompile( project(':hibernate-testing') ) } \ No newline at end of file