From a9b88265c2e66103d251ff7d26655f701cd13266 Mon Sep 17 00:00:00 2001 From: jimmy Date: Thu, 20 Dec 2018 15:02:27 -0500 Subject: [PATCH] Exclude tomcat from jersey starter Issue-ID: AAI-2034 Change-Id: Ib3083ab636dfb3afa45aee7a3c5e4a49120e60f3 Signed-off-by: jimmy --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 41220b9..16d43ef 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,12 @@ limitations under the License. org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + org.springframework.boot @@ -75,6 +81,12 @@ limitations under the License. org.springframework.boot spring-boot-starter-jersey + + + org.springframework.boot + spring-boot-starter-tomcat + + org.springframework.boot -- 2.16.6