Exclude tomcat from jersey starter
[aai/babel.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d6ebade..f787dd8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
 
        <groupId>org.onap.aai</groupId>
        <artifactId>babel</artifactId>
-       <version>1.3.1-SNAPSHOT</version>
+       <version>1.3.3-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <name>aai-babel</name>
@@ -42,7 +42,7 @@
 
        <properties>
                <!-- Spring boot version -->
-               <spring.boot.version>1.5.15.RELEASE</spring.boot.version>
+               <spring.boot.version>1.5.18.RELEASE</spring.boot.version>
 
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
                <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>