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

@@ -24,7 +24,6 @@ dependencies {
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
testCompile("org.apache.commons:commons-pool2:2.5.0")
testCompile("org.slf4j:slf4j-api:${slf4jVersion}")
testCompile("javax.inject:javax.inject-tck:1")
testRuntime("javax.xml.bind:jaxb-api:2.3.0")
testRuntime("org.glassfish:javax.el:3.0.1-b08")