Skip to content

Commit 56db1af

Browse files
committed
No tomcat-embed-logging-juli on Tomcat 8.5.3 anymore
1 parent 8cb9d5e commit 56db1af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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}")

0 commit comments

Comments
 (0)