Changed to unmaintained
[aaf/cadi.git] / sidecar / pom.xml
index dd5ae52..7634616 100644 (file)
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.onap.aaf.cadi</groupId>
                <artifactId>parent</artifactId>
-               <version>2.1.9-SNAPSHOT</version>
+               <version>2.1.19-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>
@@ -55,7 +55,7 @@
                <spring.boot.version>2.1.1.RELEASE</spring.boot.version>
                <spring.web.version>5.1.3.RELEASE</spring.web.version>
 
-               <docker.location>${basedir}/target</docker.location>
+               <docker.location>${basedir}/target/build</docker.location>
                <!-- <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> -->
 
        </properties>
                        <dependency>
                                <groupId>org.onap.aaf.cadi.sidecar</groupId>
                                <artifactId>fproxy</artifactId>
-                               <version>${project.version}</version>
+                               <version>2.1.13</version>
                        </dependency>
                        <dependency>
                                <groupId>org.onap.aaf.cadi.sidecar</groupId>
                                <artifactId>rproxy</artifactId>
-                               <version>${project.version}</version>
+                               <version>2.1.13</version>
                        </dependency>
                        <dependency>
                                <groupId>javax.servlet</groupId>
                                <artifactId>spring-webmvc</artifactId>
                                <version>${spring.web.version}</version>
                        </dependency>
+                       <dependency>
+                               <groupId>ch.qos.logback</groupId>
+                               <artifactId>logback-classic</artifactId>
+                       </dependency>
                </dependencies>
        </dependencyManagement>