diff options
author | jimmy <jf2512@att.com> | 2018-12-20 14:47:24 -0500 |
---|---|---|
committer | James Forsyth <jf2512@att.com> | 2018-12-20 19:51:14 +0000 |
commit | 83dd58fde9eb9ab0d1e6b69228b1695380d1a22c (patch) | |
tree | ff13b6a17f8ed40564ee10fa88944882aa01c1d8 /pom.xml | |
parent | 8ee3630c60e56ca66361d623c3c8d40e1e6494e3 (diff) |
Exclude tomcat from jersey starter
Issue-ID: AAI-2032
Change-Id: I224d1b03f7187f7caac8220154fce3ee1eaffa1a
Signed-off-by: jimmy <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -88,6 +88,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.aai.logging-service</groupId> |