From: jimmy Date: Thu, 20 Dec 2018 19:52:32 +0000 (-0500) Subject: Exclude tomcat from jersey starter X-Git-Tag: 1.4.0~17 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6f032db2fc2df0a7fb4de9a09868dd7578139e0c;p=aai%2Fchamp.git Exclude tomcat from jersey starter Issue-ID: AAI-2033 Change-Id: Id379bfe8c26168cbc0b1905d842fc9cc31638430 Signed-off-by: jimmy --- diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 434da83..503a780 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -92,6 +92,12 @@ limitations under the License. org.springframework.boot spring-boot-starter-jersey + + + org.springframework.boot + spring-boot-starter-tomcat + +