aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-config-audit/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-config/appc-config-audit/provider/pom.xml')
-rw-r--r--appc-config/appc-config-audit/provider/pom.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/appc-config/appc-config-audit/provider/pom.xml b/appc-config/appc-config-audit/provider/pom.xml
index 964e5972f..59baa05fe 100644
--- a/appc-config/appc-config-audit/provider/pom.xml
+++ b/appc-config/appc-config-audit/provider/pom.xml
@@ -22,11 +22,13 @@
<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 -->