diff options
author | jimmy <jf2512@att.com> | 2018-12-20 11:15:47 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2018-12-20 11:16:04 -0500 |
commit | c0365f15a25aed95f7e812dc1d7e7ac588ebbed5 (patch) | |
tree | 65c95ace7f5c1ee02a0fbbdce812e33d0c4273b5 /aai-traversal | |
parent | 66f8bfd387ee99cdf77c42b10377b0709812f07c (diff) |
Exclude tomcat from jersey starter
Change-Id: I5c8652b835e1c0a4ef4589032a240f8949ab13ad
Issue-ID: AAI-2028
Signed-off-by: jimmy <jf2512@att.com>
Diffstat (limited to 'aai-traversal')
-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 e0f2dde..a9555fe 100644 --- a/aai-traversal/pom.xml +++ b/aai-traversal/pom.xml @@ -720,6 +720,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> |