Release appc
[appc.git] / appc-config / appc-config-audit / provider / pom.xml
index 3babf6d..61e06d7 100644 (file)
@@ -25,7 +25,7 @@
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>1.4.0-SNAPSHOT</version>
+               <version>2.6.0</version>
                 <relativePath />
        </parent>
         <groupId>org.onap.appc</groupId>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
         </dependency>
+        <dependency>
+         <groupId>ch.qos.logback</groupId>
+         <artifactId>logback-classic</artifactId>
+        <version>${logback.version}</version>
+        </dependency>
         <dependency>
             <groupId>com.att.eelf</groupId>
             <artifactId>eelf-core</artifactId>
+            <exclusions>
+                <exclusion>
+                     <groupId>ch.qos.logback</groupId>
+                     <artifactId>logback-classic</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
 
         </plugins>
     </build>
+    <version>1.6.2</version>
 </project>