Add netty-all test dependency to spring-websocket
This commit fixes recent build failures involving MessageBrokerBeanDefinitionParserTests and NoClassDefFoundError: io/netty/channel/nio/NioEventLoopGroup.
This commit is contained in:
parent
7ef9ac7a4d
commit
b45ebad2c2
|
@ -759,6 +759,7 @@ project("spring-websocket") {
|
||||||
testCompile("org.apache.tomcat.embed:tomcat-embed-websocket:${tomcatVersion}")
|
testCompile("org.apache.tomcat.embed:tomcat-embed-websocket:${tomcatVersion}")
|
||||||
testCompile("org.apache.tomcat.embed:tomcat-embed-logging-juli:${tomcatVersion}")
|
testCompile("org.apache.tomcat.embed:tomcat-embed-logging-juli:${tomcatVersion}")
|
||||||
testCompile("io.projectreactor:reactor-net:${reactorVersion}")
|
testCompile("io.projectreactor:reactor-net:${reactorVersion}")
|
||||||
|
testCompile("io.netty:netty-all:${nettyVersion}")
|
||||||
testCompile("log4j:log4j:1.2.17")
|
testCompile("log4j:log4j:1.2.17")
|
||||||
testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}")
|
testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue