From: jimmy Date: Thu, 20 Dec 2018 20:56:37 +0000 (-0500) Subject: Exclude tomcat from web starter X-Git-Tag: 1.3.3~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fdata-router.git;a=commitdiff_plain;h=64a76702a5d2b689abbdea00db9320f6f9ec036a Exclude tomcat from web starter Issue-ID: AAI-2037 Change-Id: I2cbd6222845e574c6de1cce7733a52707dca26b9 Signed-off-by: jimmy --- diff --git a/pom.xml b/pom.xml index 1d8b31c..0d18d17 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,12 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - + + + org.springframework.boot + spring-boot-starter-tomcat + + org.springframework.boot