Re-enable sidecar unit tests
[aaf/cadi.git] / sidecar / rproxy / pom.xml
index e8b03be..ffa6a5a 100644 (file)
@@ -40,7 +40,6 @@
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-web</artifactId>
-                       <!-- 
                        <exclusions>
                                <exclusion>
                                        <groupId>org.springframework.boot</groupId>
@@ -50,9 +49,7 @@
                                        <groupId>org.springframework.boot</groupId>
                                        <artifactId>spring-boot-starter-json</artifactId>
                                </exclusion>
-                               
                        </exclusions>
-                        -->
                </dependency>
 
                <dependency>
@@ -68,6 +65,7 @@
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-test</artifactId>
+                       <scope>test</scope>
                </dependency>
 
                <dependency>