Update cadi sidecar version
[aaf/cadi.git] / sidecar / fproxy / pom.xml
index 81014e6..cf986ca 100644 (file)
        <parent>
                <groupId>org.onap.aaf.cadi.sidecar</groupId>
                <artifactId>sidecar</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>2.1.2-SNAPSHOT</version>
        </parent>
 
        <artifactId>fproxy</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>2.1.2-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <name>aaf-fproxy</name>
@@ -41,7 +41,6 @@
                <!-- Spring boot version -->
                <spring.boot.version>2.0.3.RELEASE</spring.boot.version>
                <docker.location>${basedir}/target</docker.location>
-               <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
        </properties>
 
        <dependencyManagement>
                                        <artifactId>spring-boot-starter-tomcat</artifactId>
                                        <groupId>org.springframework.boot</groupId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.springframework.boot</groupId>
+                                       <artifactId>spring-boot-starter-json</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
-               <dependency>
-                       <groupId>org.springframework.boot</groupId>
-                       <artifactId>spring-boot-starter-actuator</artifactId>
-               </dependency>
-
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>commons-lang3</artifactId>
                        <artifactId>httpclient</artifactId>
                </dependency>
 
+               <dependency>
+                       <groupId>com.google.code.gson</groupId>
+                       <artifactId>gson</artifactId>
+               </dependency>
+
                <!-- Testing -->
                <dependency>
                        <groupId>org.springframework.boot</groupId>