From 4ab14055e6131ff5c513b24192e84b952340ced9 Mon Sep 17 00:00:00 2001 From: jimmy Date: Thu, 20 Dec 2018 15:56:37 -0500 Subject: [PATCH] Exclude tomcat from web starter Issue-ID: AAI-2037 Change-Id: I2cbd6222845e574c6de1cce7733a52707dca26b9 Signed-off-by: jimmy --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1936d9c..83049c7 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 -- 2.16.6