From 7c06e7c0901f3e86dc9e30a3139293d60ec7c6bb Mon Sep 17 00:00:00 2001 From: jimmy Date: Tue, 18 Dec 2018 16:06:48 -0500 Subject: Exclude tomcat from jersey starter Issue-ID: AAI-2016 Change-Id: Ic7ee542179138177ac0f2ed90a4e6d1659523517 Signed-off-by: jimmy --- aai-resources/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 1b387c6..652ec7d 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -714,6 +714,12 @@ org.springframework.boot spring-boot-starter-jersey + + + org.springframework.boot + spring-boot-starter-tomcat + + io.netty -- cgit 1.2.3-korg