Exclude tomcat from web starter
[aai/data-router.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 20b6535..83049c7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,12 @@ limitations under the License.
       <dependency>
          <groupId>org.springframework.boot</groupId>
          <artifactId>spring-boot-starter-web</artifactId>
-
+         <exclusions>
+           <exclusion>
+             <groupId>org.springframework.boot</groupId>
+             <artifactId>spring-boot-starter-tomcat</artifactId>
+           </exclusion>
+         </exclusions>
       </dependency>
       <dependency>
          <groupId>org.springframework.boot</groupId>
@@ -167,7 +172,7 @@ limitations under the License.
       <dependency>
          <groupId>com.att.aft</groupId>
          <artifactId>dme2</artifactId>
-         <version>3.1.200</version>
+         <version>3.1.200-oss</version>
          <scope>provided</scope>
       </dependency>
       <!--<dependency>-->
@@ -189,7 +194,7 @@ limitations under the License.
       <dependency>
          <groupId>org.onap.aai.router-core</groupId>
          <artifactId>router-core</artifactId>
-         <version>1.3.1</version>
+         <version>1.4.0-SNAPSHOT</version>
       </dependency>
 
       <dependency>