Exclude tomcat from jersey starter 65/74865/1 casablanca 1.3.5 3.0.1-ONAP
authorjimmy <jf2512@att.com>
Tue, 18 Dec 2018 21:06:48 +0000 (16:06 -0500)
committerjimmy <jf2512@att.com>
Tue, 18 Dec 2018 21:07:08 +0000 (16:07 -0500)
Issue-ID: AAI-2016
Change-Id: Ic7ee542179138177ac0f2ed90a4e6d1659523517
Signed-off-by: jimmy <jf2512@att.com>
aai-resources/pom.xml

index 1b387c6..652ec7d 100644 (file)
         <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>io.netty</groupId>