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") {
526526 }
527527 testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
528528 testCompile(" org.apache.tomcat.embed:tomcat-embed-websocket:${ tomcatVersion} " )
529- testCompile(" org.apache.tomcat.embed:tomcat-embed-logging-juli:${ tomcatVersion} " )
530529 testCompile(" io.netty:netty-all:${ nettyVersion} " )
531530 testCompile(" commons-dbcp:commons-dbcp:1.4" )
532531 testCompile(" log4j:log4j:${ log4jVersion} " )
@@ -972,7 +971,6 @@ project("spring-websocket") {
972971 optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
973972 testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
974973 testCompile(" org.apache.tomcat.embed:tomcat-embed-websocket:${ tomcatVersion} " )
975- testCompile(" org.apache.tomcat.embed:tomcat-embed-logging-juli:${ tomcatVersion} " )
976974 testCompile(" io.projectreactor:reactor-net:${ reactorVersion} " )
977975 testCompile(" io.netty:netty-all:${ nettyVersion} " )
978976 testCompile(" log4j:log4j:${ log4jVersion} " )
You can’t perform that action at this time.
0 commit comments