Exclude tomcat from jersey starter 23/75023/1 casablanca 1.3.2 3.0.1-ONAP
authorjimmy <jf2512@att.com>
Thu, 20 Dec 2018 20:02:27 +0000 (15:02 -0500)
committerJames Forsyth <jf2512@att.com>
Thu, 20 Dec 2018 20:03:51 +0000 (20:03 +0000)
Issue-ID: AAI-2034
Change-Id: Ib3083ab636dfb3afa45aee7a3c5e4a49120e60f3
Signed-off-by: jimmy <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index bcbc71e..1310d20 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,12 @@ limitations under the License.
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-tomcat</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
@@ -74,6 +80,12 @@ limitations under the License.
         <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.boot</groupId>