aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2018-12-20 14:52:32 -0500
committerJames Forsyth <jf2512@att.com>2018-12-20 20:13:58 +0000
commita3338359ab1c9a7e4352e70a98c07f6fcd526a6e (patch)
treeee8ca19e7ed4850cd951adc645ea14fe2240573f
parent2eaa22379a120ac2386003107f6121d9b55cb200 (diff)
Exclude tomcat from jersey starter3.0.1-ONAP1.3.1casablanca
Issue-ID: AAI-2033 Change-Id: Id379bfe8c26168cbc0b1905d842fc9cc31638430 Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r--champ-service/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml
index 6d796f8..c571868 100644
--- a/champ-service/pom.xml
+++ b/champ-service/pom.xml
@@ -92,6 +92,12 @@ limitations under the License.
<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>