Karaf 4 for appc-config
[appc.git] / appc-config / appc-config-audit / provider / pom.xml
index 964e597..59baa05 100644 (file)
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
-    <parent>
+       <parent>
+               <groupId>org.onap.appc.parent</groupId>
+               <artifactId>binding-parent</artifactId>
+               <version>1.4.0-SNAPSHOT</version>
+                <relativePath />
+       </parent>
         <groupId>org.onap.appc</groupId>
-        <artifactId>appc-config-audit</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
-    </parent>
     <artifactId>appc-config-audit-provider</artifactId>
     <packaging>bundle</packaging>
     <name>Config Audit - Provider</name>
@@ -45,7 +47,6 @@
         <dependency>
             <groupId>xmlunit</groupId>
             <artifactId>xmlunit</artifactId>
-            <version>${xmlunit.version}</version>
             <scope>compile</scope>
         </dependency>
         <!-- https://mvnrepository.com/artifact/org.xmlunit/xmlunit-core -->