From f683bb625823de20ae1085753265ddd72febcb74 Mon Sep 17 00:00:00 2001 From: jimmy Date: Thu, 20 Dec 2018 15:23:40 -0500 Subject: [PATCH] Exclude tomcat from jersey starter Issue-ID: AAI-2036 Change-Id: Iab0924049d1ab69a5c9d8613071746133b395f7c Signed-off-by: jimmy --- pom.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 04b8a14..65c8d40 100644 --- a/pom.xml +++ b/pom.xml @@ -148,9 +148,15 @@ 20180130 - + org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + @@ -170,8 +176,14 @@ - org.springframework.boot - spring-boot-starter-jersey + org.springframework.boot + spring-boot-starter-jersey + + + org.springframework.boot + spring-boot-starter-tomcat + + -- 2.16.6