Exclude tomcat from jersey starter 20/75020/4
authorjimmy <jf2512@att.com>
Thu, 20 Dec 2018 19:52:32 +0000 (14:52 -0500)
committerJames Forsyth <jf2512@att.com>
Thu, 20 Dec 2018 20:16:52 +0000 (20:16 +0000)
Issue-ID: AAI-2033
Change-Id: Id379bfe8c26168cbc0b1905d842fc9cc31638430
Signed-off-by: jimmy <jf2512@att.com>
champ-service/pom.xml

index 434da83..503a780 100644 (file)
@@ -92,6 +92,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>