diff options
author | jimmy <jf2512@att.com> | 2018-12-20 11:15:47 -0500 |
---|---|---|
committer | James Forsyth <jf2512@att.com> | 2018-12-20 16:16:22 +0000 |
commit | a64fe9bbd28fca7431dce8b0596ecfc28167247a (patch) | |
tree | dc5c53ddd75313a419bfad3096cca3eec0d2c520 | |
parent | 411fbcefbcb145646d1a8fed58926141a9fb8cc4 (diff) |
Exclude tomcat from jersey starter3.0.1-ONAP1.3.4
Change-Id: I5c8652b835e1c0a4ef4589032a240f8949ab13ad
Issue-ID: AAI-2028
Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r-- | aai-traversal/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml index 8234370..e7c8454 100644 --- a/aai-traversal/pom.xml +++ b/aai-traversal/pom.xml @@ -705,6 +705,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.aaf.authz</groupId> |