Remove logback SLF4J backend from node tests. (#659)

* Remove logback SLF4J backend from node tests.
* Use netty_version build variable.
This commit is contained in:
Chris Rankin 2018-03-30 23:52:53 +01:00 committed by GitHub
parent fcf6ab65bd
commit 10e97f4919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,8 +231,9 @@ dependencies {
compile "org.jolokia:jolokia-jvm:${jolokia_version}:agent"
// Allow access to simple SOCKS Server for integration testing
testCompile('io.netty:netty-example:4.1.9.Final') {
testCompile("io.netty:netty-example:$netty_version") {
exclude group: "io.netty", module: "netty-tcnative"
exclude group: "ch.qos.logback", module: "logback-classic"
}
}