Exclude tomcat from jersey starter 22/75022/1
authorjimmy <jf2512@att.com>
Thu, 20 Dec 2018 20:02:27 +0000 (15:02 -0500)
committerjimmy <jf2512@att.com>
Thu, 20 Dec 2018 20:02:31 +0000 (15:02 -0500)
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 41220b9..16d43ef 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,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>
@@ -75,6 +81,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>