aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2018-12-20 14:47:24 -0500
committerJames Forsyth <jf2512@att.com>2018-12-20 19:51:14 +0000
commit83dd58fde9eb9ab0d1e6b69228b1695380d1a22c (patch)
treeff13b6a17f8ed40564ee10fa88944882aa01c1d8
parent8ee3630c60e56ca66361d623c3c8d40e1e6494e3 (diff)
Exclude tomcat from jersey starter
Issue-ID: AAI-2032 Change-Id: I224d1b03f7187f7caac8220154fce3ee1eaffa1a Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b39d461..3f6b7e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,12 @@
<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.onap.aai.logging-service</groupId>