From 805010e7ad6dd4954a15f4960f19a9097096d642 Mon Sep 17 00:00:00 2001 From: jimmy Date: Thu, 20 Dec 2018 15:23:40 -0500 Subject: 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 a2997ab..8ec90aa 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 + + -- cgit 1.2.3-korg