diff options
Diffstat (limited to 'appc-dg-util')
-rw-r--r-- | appc-dg-util/appc-dg-util-bundle/pom.xml | 2 | ||||
-rw-r--r-- | appc-dg-util/appc-dg-util-features/src/main/resources/features.xml | 2 |
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> |