From fafd37ba433463bc5128b3a8d22167b0406720d7 Mon Sep 17 00:00:00 2001 From: Stuart Douglas Date: Tue, 26 Oct 2021 20:48:39 +1100 Subject: [PATCH] Exclude tomcat-embed-core It contains an old copy of the Servlet API and causes problems. Fixes #20910 --- bom/application/pom.xml | 10 ++++++++++ build-parent/pom.xml | 2 ++ 2 files changed, 12 insertions(+) diff --git a/bom/application/pom.xml b/bom/application/pom.xml index e7147679c9fda..c16c430143641 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -2948,6 +2948,12 @@ io.jaegertracing jaeger-thrift ${jaeger.version} + + + org.apache.tomcat.embed + tomcat-embed-core + + io.jaegertracing @@ -2962,6 +2968,10 @@ javax.annotation javax.annotation-api + + org.apache.tomcat.embed + tomcat-embed-core + diff --git a/build-parent/pom.xml b/build-parent/pom.xml index 19ce068d52829..78100c56fa5ab 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -516,6 +516,8 @@ org.jboss.resteasy:resteasy-context-propagation com.google.android:annotations org.codehaus.mojo:animal-sniffer-annotations + + org.apache.tomcat.embed:tomcat-embed-core