diff options
author | jimmy <jf2512@att.com> | 2018-12-18 16:06:48 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2018-12-18 16:07:08 -0500 |
commit | 7c06e7c0901f3e86dc9e30a3139293d60ec7c6bb (patch) | |
tree | cc6f1a10f61f1f48c93e393708f9ba399c63ae90 | |
parent | 0be9be09497fa6999a72896c0737376cdf8561fa (diff) |
Exclude tomcat from jersey starter3.0.1-ONAP1.3.5casablanca
Issue-ID: AAI-2016
Change-Id: Ic7ee542179138177ac0f2ed90a4e6d1659523517
Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r-- | aai-resources/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 1b387c6..652ec7d 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -714,6 +714,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>io.netty</groupId> |