aboutsummaryrefslogtreecommitdiffstats
path: root/appc-dg-util
diff options
context:
space:
mode:
authorRyan Young <ry303t@att.com>2018-08-23 13:35:03 -0400
committerPatrick Brady <pb071s@att.com>2018-08-24 10:50:24 -0700
commit7b632b442633ccfaa13b98b0ff0cbeb8cd16e6f5 (patch)
tree74b9e99a9d05e87ec28a3f9f99618941b13434ca /appc-dg-util
parentb093c8b07413b8a88c37baa4dbd129b8257f1fe3 (diff)
Remove old appc-common
Issue-ID: APPC-1159 Change-Id: I65f1bc07fe0088df0624266e6158296ac73884a6 Signed-off-by: Ryan Young <ry303t@att.com>
Diffstat (limited to 'appc-dg-util')
-rw-r--r--appc-dg-util/appc-dg-util-bundle/pom.xml2
-rw-r--r--appc-dg-util/appc-dg-util-features/src/main/resources/features.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/appc-dg-util/appc-dg-util-bundle/pom.xml b/appc-dg-util/appc-dg-util-bundle/pom.xml
index b521f696d..e1e1db845 100644
--- a/appc-dg-util/appc-dg-util-bundle/pom.xml
+++ b/appc-dg-util/appc-dg-util-bundle/pom.xml
@@ -43,7 +43,7 @@
<dependencies>
<dependency>
<groupId>org.onap.appc</groupId>
- <artifactId>appc-common</artifactId>
+ <artifactId>appc-common-bundle</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
diff --git a/appc-dg-util/appc-dg-util-features/src/main/resources/features.xml b/appc-dg-util/appc-dg-util-features/src/main/resources/features.xml
index 0de178bec..b650ab5e4 100644
--- a/appc-dg-util/appc-dg-util-features/src/main/resources/features.xml
+++ b/appc-dg-util/appc-dg-util-features/src/main/resources/features.xml
@@ -33,7 +33,7 @@
<!--<feature version="${project.version}">appc-aai-adapter</feature>-->
<!-- Most applications will have a dependency on the ODL MD-SAL Broker -->
<feature >odl-mdsal-broker</feature>
- <bundle dependency="true">mvn:org.onap.appc/appc-common/${project.version}</bundle>
+ <bundle dependency="true">mvn:org.onap.appc/appc-common-bundle/${project.version}</bundle>
<bundle>mvn:org.onap.appc/appc-dg-util-bundle/${project.version}</bundle>
</feature>