HHH-6276 org.hibernate.test.cache.ehcache.EhCacheRegionFactoryImpl fails due to no slf4j in test configuration
This commit is contained in:
parent
0f18069ecd
commit
1ec6f9f793
|
@ -2,8 +2,6 @@ apply plugin: 'java'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile( project( ':hibernate-core' ) )
|
compile( project( ':hibernate-core' ) )
|
||||||
compile( [group: 'net.sf.ehcache', name: 'ehcache-core', version: '2.4.1'] ){
|
compile( [group: 'net.sf.ehcache', name: 'ehcache-core', version: '2.4.1', ext: 'jar'] )
|
||||||
trasitive = false
|
|
||||||
}
|
|
||||||
testCompile( project(':hibernate-testing') )
|
testCompile( project(':hibernate-testing') )
|
||||||
}
|
}
|
Loading…
Reference in New Issue