Re-enable sidecar unit tests
[aaf/cadi.git] / sidecar / fproxy / pom.xml
index eb6223c..2608254 100644 (file)
                <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>