From: Lee, Tian (tl5884) Date: Thu, 28 Mar 2019 13:03:40 +0000 (+0000) Subject: Exclude Tomcat dependencies in favour of Jetty X-Git-Tag: 1.4.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F83606%2F1;p=aai%2Fvalidation.git Exclude Tomcat dependencies in favour of Jetty Change-Id: Ib42a3c24a2f7be0905ad33fa10b9f1ce68d6b0b2 Issue-ID: AAI-2254 Signed-off-by: Lee, Tian (tl5884) --- diff --git a/pom.xml b/pom.xml index 14262a2..9b2585f 100644 --- a/pom.xml +++ b/pom.xml @@ -83,8 +83,16 @@ logback-classic ch.qos.logback + + org.springframework.boot + spring-boot-starter-tomcat + + + org.springframework.boot + spring-boot-starter-jetty + org.springframework spring-webmvc @@ -212,6 +220,12 @@ org.onap.aai.aai-common aai-schema-ingest ${version.aai.aai-schema-ingest} + + + org.springframework.boot + spring-boot-starter-tomcat + + junit