Exclude tomcat from jersey starter 04/75004/1 casablanca 1.0.1 3.0.1-ONAP
authorjimmy <jf2512@att.com>
Thu, 20 Dec 2018 16:23:13 +0000 (11:23 -0500)
committerJames Forsyth <jf2512@att.com>
Thu, 20 Dec 2018 16:23:51 +0000 (16:23 +0000)
Issue-ID: AAI-2030
Change-Id: I341346b39c791ce75bbe5693f791f9acef0ec8d2
Signed-off-by: jimmy <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index a1418e6..46abc47 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-web</artifactId>
                        <exclusions>
-                               <exclusion>
+                         <exclusion>
                                        <groupId>org.springframework.boot</groupId>
                                        <artifactId>spring-boot-starter-tomcat</artifactId>
                                </exclusion>
                <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>