aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2018-12-20 11:23:13 -0500
committerJames Forsyth <jf2512@att.com>2018-12-20 16:23:51 +0000
commitcf9da3e8d11967d4f1a83b558c11732e7ec27abc (patch)
treee432cd1d235a2042d346c8860b11598392684ed6
parentbac7db887d28455c292a030c032bb180c4d219d4 (diff)
Exclude tomcat from jersey starter3.0.1-ONAP1.0.1casablanca
Issue-ID: AAI-2030 Change-Id: I341346b39c791ce75bbe5693f791f9acef0ec8d2 Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a1418e6..46abc47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -315,7 +315,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
- <exclusion>
+ <exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
@@ -332,6 +332,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.springframework.boot</groupId>