summaryrefslogtreecommitdiffstats
path: root/appc-dispatcher/appc-request-handler
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-dispatcher/appc-request-handler
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-dispatcher/appc-request-handler')
-rw-r--r--appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml4
-rw-r--r--appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml
index 9ff49e82d..5236afcac 100644
--- a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml
+++ b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml
@@ -114,6 +114,10 @@
<artifactId>aai-service-provider</artifactId>
</dependency>
<dependency>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
+ <artifactId>dblib-provider</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.onap.appc</groupId>
<artifactId>domain-model-lib</artifactId>
<version>${project.version}</version>
diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml
index 8773eb7c0..764688a13 100644
--- a/appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml
+++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/src/main/resources/features.xml
@@ -30,7 +30,7 @@
<feature name='appc-request-handler' description="appc-request-handler" version='${project.version}'>
<bundle start-level="80">mvn:org.onap.appc/transaction-recorder/${project.version}</bundle>
<bundle dependency="true">mvn:org.onap.appc/appc-data-access-lib/${project.version}</bundle>
- <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 dependency="true">mvn:org.onap.appc/domain-model-lib/${project.version}</bundle>
<bundle dependency="true">mvn:org.onap.appc/appc-message-adapter-api/${project.version}</bundle>
<bundle dependency="true">mvn:org.onap.appc/appc-provider-model/${project.version}</bundle>