From 56db1af11dbe51c88c753421e022bc5389361c04 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 20 Jun 2016 14:24:16 +0200 Subject: [PATCH] No tomcat-embed-logging-juli on Tomcat 8.5.3 anymore --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index a2301f7ebc..89685892e2 100644 --- a/build.gradle +++ b/build.gradle @@ -526,7 +526,6 @@ project("spring-messaging") { } testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}") testCompile("org.apache.tomcat.embed:tomcat-embed-websocket:${tomcatVersion}") - testCompile("org.apache.tomcat.embed:tomcat-embed-logging-juli:${tomcatVersion}") testCompile("io.netty:netty-all:${nettyVersion}") testCompile("commons-dbcp:commons-dbcp:1.4") testCompile("log4j:log4j:${log4jVersion}") @@ -972,7 +971,6 @@ project("spring-websocket") { optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}") testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}") testCompile("org.apache.tomcat.embed:tomcat-embed-websocket:${tomcatVersion}") - testCompile("org.apache.tomcat.embed:tomcat-embed-logging-juli:${tomcatVersion}") testCompile("io.projectreactor:reactor-net:${reactorVersion}") testCompile("io.netty:netty-all:${nettyVersion}") testCompile("log4j:log4j:${log4jVersion}")