Exclude tomcat from jersey starter 18/75018/1
authorjimmy <jf2512@att.com>
Thu, 20 Dec 2018 19:47:24 +0000 (14:47 -0500)
committerJames Forsyth <jf2512@att.com>
Thu, 20 Dec 2018 19:51:14 +0000 (19:51 +0000)
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 b39d461..3f6b7e3 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>