aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2018-12-20 14:47:24 -0500
committerjimmy <jf2512@att.com>2018-12-20 14:50:50 -0500
commit27dfa7dcdfd2231ea2052d031e0afaf0f73a4230 (patch)
treed5c32aa068a20d881bd4af4b6d24f964317737c2
parentcbf1418ace2ea64e656c0f7497cd2abc2bbc8cdf (diff)
Exclude tomcat from jersey starter3.0.1-ONAP1.3.3casablanca
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 d223d26..f787dd8 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>