Improve logging dependencies for tests

This commit is contained in:
Rossen Stoyanchev
2018-01-23 10:42:41 -05:00
parent 14fa2b18ce
commit 97894a1c22
5 changed files with 18 additions and 23 deletions

View File

@@ -16,7 +16,6 @@ dependencies {
optional("org.freemarker:freemarker:${freemarkerVersion}")
testCompile(project(":spring-context"))
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
testCompile("org.slf4j:slf4j-api:${slf4jVersion}")
testCompile("org.hibernate:hibernate-validator:6.0.7.Final")
testRuntime("org.ehcache:jcache:1.0.1")
testRuntime("org.ehcache:ehcache:3.4.0")