From b3aac4871be7fc59dc67a655a9aea97d5c963b3b Mon Sep 17 00:00:00 2001 From: jimmy Date: Thu, 20 Dec 2018 11:39:54 -0500 Subject: Exclude tomcat from springboot starter Change-Id: I6f34556c8c9b45e03bb5661b01da4ab33ed313d2 Issue-ID: AAI-2031 Signed-off-by: jimmy --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index a7a2283..0bde58a 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,10 @@ limitations under the License. logback-classic ch.qos.logback + + org.springframework.boot + spring-boot-starter-tomcat + -- cgit 1.2.3-korg