Add Multi-Realm class handling
[aaf/cadi.git] / sidecar / rproxy / pom.xml
index 57f5f0d..d1d7c22 100644 (file)
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.onap.aaf.cadi.sidecar</groupId>
                <artifactId>sidecar</artifactId>
-               <version>2.1.7-SNAPSHOT</version>
+               <version>2.1.13-SNAPSHOT</version>
        </parent>
 
        <artifactId>rproxy</artifactId>
@@ -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>