From d582cc40ecabf097f6b2f9c804eff998f922a6f5 Mon Sep 17 00:00:00 2001 From: jimmy Date: Thu, 20 Dec 2018 11:19:37 -0500 Subject: [PATCH] Exclude tomcat from jersey starter Change-Id: I335dede1b7bae44e0906a0082b80016ea5760b1b Issue-ID: AAI-2029 Signed-off-by: jimmy --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 75ddc14..482e3a2 100755 --- a/pom.xml +++ b/pom.xml @@ -637,6 +637,12 @@ org.springframework.boot spring-boot-starter-jersey + + + org.springframework.boot + spring-boot-starter-tomcat + + org.springframework -- 2.16.6