summaryrefslogtreecommitdiffstats
path: root/appc-config/appc-config-audit/provider/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-08-10 15:30:58 -0700
committerPatrick Brady <pb071s@att.com>2018-08-14 00:24:49 +0000
commitb49dd1212bb14a47799b847f49e31de0695dcfe5 (patch)
tree5793bc7f8e5f436018075a6c26fd98d2e7d7ebb9 /appc-config/appc-config-audit/provider/pom.xml
parentd3ef54773c1fcda598e7f67110233f735e097da9 (diff)
Karaf 4 for appc-config
Change-Id: I3059bf9bca4320d29432b749df6c55aecbdb22e9 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1144
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 -->