Exclude tomcat from jersey starter 99/74999/1
authorjimmy <jf2512@att.com>
Thu, 20 Dec 2018 16:19:37 +0000 (11:19 -0500)
committerjimmy <jf2512@att.com>
Thu, 20 Dec 2018 16:19:56 +0000 (11:19 -0500)
Change-Id: I335dede1b7bae44e0906a0082b80016ea5760b1b
Issue-ID: AAI-2029
Signed-off-by: jimmy <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 75ddc14..482e3a2 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-jersey</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-tomcat</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>