aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2018-12-20 11:19:37 -0500
committerjimmy <jf2512@att.com>2018-12-20 11:19:56 -0500
commitd582cc40ecabf097f6b2f9c804eff998f922a6f5 (patch)
treecc462362de2708d04c374a68428e312b7af5f036
parent5777029e3c3880dd9ec39d61a6bfce6497e12e91 (diff)
Exclude tomcat from jersey starter
Change-Id: I335dede1b7bae44e0906a0082b80016ea5760b1b Issue-ID: AAI-2029 Signed-off-by: jimmy <jf2512@att.com>
-rwxr-xr-xpom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 75ddc14..482e3a2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -637,6 +637,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</groupId>