mirror of
https://github.com/corda/corda.git
synced 2025-02-05 18:49:14 +00:00
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:
parent
fcf6ab65bd
commit
10e97f4919
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user