From f3b1077406fa3ca8b0d288c7ae19ae37d850cfcc Mon Sep 17 00:00:00 2001 From: jimmy Date: Thu, 20 Dec 2018 15:18:47 -0500 Subject: [PATCH] Exclude tomcat from web starter Issue-ID: AAI-2035 Change-Id: I19e326fefcfb60fff707dfb807fa91938efa3710 Signed-off-by: jimmy --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index e9ed010..2f45b7e 100644 --- a/pom.xml +++ b/pom.xml @@ -75,9 +75,19 @@ + + org.springframework.boot + spring-boot-starter-jetty + org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + org.onap.aai -- 2.16.6