Exclude tomcat from jersey starter 17/75017/1 casablanca 1.3.3 3.0.1-ONAP
authorjimmy <jf2512@att.com>
Thu, 20 Dec 2018 19:47:24 +0000 (14:47 -0500)
committerjimmy <jf2512@att.com>
Thu, 20 Dec 2018 19:50:50 +0000 (14:50 -0500)
Issue-ID: AAI-2032
Change-Id: I224d1b03f7187f7caac8220154fce3ee1eaffa1a
Signed-off-by: jimmy <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index d223d26..f787dd8 100644 (file)
--- 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.onap.aai.logging-service</groupId>