diff --git a/bom/application/pom.xml b/bom/application/pom.xml index e920a92407e5a..198ecd5f52232 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -2968,6 +2968,12 @@ io.jaegertracing jaeger-thrift ${jaeger.version} + + + org.apache.tomcat.embed + tomcat-embed-core + + io.jaegertracing @@ -2982,6 +2988,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