File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -526,7 +526,6 @@ project("spring-messaging") {
526
526
}
527
527
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
528
528
testCompile(" org.apache.tomcat.embed:tomcat-embed-websocket:${ tomcatVersion} " )
529
- testCompile(" org.apache.tomcat.embed:tomcat-embed-logging-juli:${ tomcatVersion} " )
530
529
testCompile(" io.netty:netty-all:${ nettyVersion} " )
531
530
testCompile(" commons-dbcp:commons-dbcp:1.4" )
532
531
testCompile(" log4j:log4j:${ log4jVersion} " )
@@ -972,7 +971,6 @@ project("spring-websocket") {
972
971
optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
973
972
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
974
973
testCompile(" org.apache.tomcat.embed:tomcat-embed-websocket:${ tomcatVersion} " )
975
- testCompile(" org.apache.tomcat.embed:tomcat-embed-logging-juli:${ tomcatVersion} " )
976
974
testCompile(" io.projectreactor:reactor-net:${ reactorVersion} " )
977
975
testCompile(" io.netty:netty-all:${ nettyVersion} " )
978
976
testCompile(" log4j:log4j:${ log4jVersion} " )
You can’t perform that action at this time.
0 commit comments