Re-enable sidecar unit tests
[aaf/cadi.git] / sidecar / fproxy / pom.xml
index f40b666..2608254 100644 (file)
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.onap.aaf.cadi.sidecar</groupId>
                <artifactId>sidecar</artifactId>
-               <version>2.1.8-SNAPSHOT</version>
+               <version>2.1.9-SNAPSHOT</version>
        </parent>
 
        <artifactId>fproxy</artifactId>
                <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>