From: jimmy Date: Thu, 20 Dec 2018 20:02:27 +0000 (-0500) Subject: Exclude tomcat from jersey starter X-Git-Tag: 1.3.2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Ftags%2F1.3.2;p=aai%2Fgizmo.git 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 bcbc71e..1310d20 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,12 @@ limitations under the License. org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + org.springframework.boot @@ -74,6 +80,12 @@ limitations under the License. org.springframework.boot spring-boot-starter-jersey + + + org.springframework.boot + spring-boot-starter-tomcat + + org.springframework.boot