From f5098f866418dc5f4b2accc5b5551d64e7277037 Mon Sep 17 00:00:00 2001 From: jimmy Date: Thu, 20 Dec 2018 11:19:37 -0500 Subject: 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 9902099..20ad889 100755 --- a/pom.xml +++ b/pom.xml @@ -620,6 +620,12 @@ org.springframework.boot spring-boot-starter-jersey + + + org.springframework.boot + spring-boot-starter-tomcat + + org.springframework -- cgit 1.2.3-korg