From: jimmy Date: Thu, 20 Dec 2018 20:02:27 +0000 (-0500) Subject: Exclude tomcat from jersey starter X-Git-Tag: 1.4.0~17 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fgizmo.git;a=commitdiff_plain;h=a9b88265c2e66103d251ff7d26655f701cd13266 Exclude tomcat from jersey starter Issue-ID: AAI-2034 Change-Id: Ib3083ab636dfb3afa45aee7a3c5e4a49120e60f3 Signed-off-by: jimmy --- 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