From 7b632b442633ccfaa13b98b0ff0cbeb8cd16e6f5 Mon Sep 17 00:00:00 2001 From: Ryan Young Date: Thu, 23 Aug 2018 13:35:03 -0400 Subject: Remove old appc-common Issue-ID: APPC-1159 Change-Id: I65f1bc07fe0088df0624266e6158296ac73884a6 Signed-off-by: Ryan Young --- .../appc-command-executor/appc-command-executor-core/pom.xml | 2 +- appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml | 2 +- .../lock-manager-features/src/main/resources/features.xml | 2 +- .../appc-request-handler/appc-request-handler-core/pom.xml | 4 ++++ .../appc-request-handler-features/src/main/resources/features.xml | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) (limited to 'appc-dispatcher') diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml index 86ed51498..0502029ec 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml @@ -40,7 +40,7 @@ org.onap.appc - appc-common + appc-common-bundle ${project.version} diff --git a/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml b/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml index d32f6d518..a259d61d6 100644 --- a/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml @@ -59,7 +59,7 @@ org.onap.appc - appc-common + appc-common-bundle ${project.version} diff --git a/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-features/src/main/resources/features.xml b/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-features/src/main/resources/features.xml index a4522700b..41f4362bf 100644 --- a/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-features/src/main/resources/features.xml +++ b/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-features/src/main/resources/features.xml @@ -29,7 +29,7 @@ - mvn:org.onap.appc/appc-common/${project.version} + mvn:org.onap.appc/appc-common-bundle/${project.version} mvn:org.onap.appc/appc-data-access-lib/${project.version} mvn:org.onap.appc/lock-manager-api/${project.version} 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 @@ -113,6 +113,10 @@ org.onap.ccsdk.sli.adaptors aai-service-provider + + org.onap.ccsdk.sli.core + dblib-provider + org.onap.appc domain-model-lib 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 @@ mvn:org.onap.appc/transaction-recorder/${project.version} mvn:org.onap.appc/appc-data-access-lib/${project.version} - mvn:org.onap.appc/appc-common/${project.version} + mvn:org.onap.appc/appc-common-bundle/${project.version} mvn:org.onap.appc/domain-model-lib/${project.version} mvn:org.onap.appc/appc-message-adapter-api/${project.version} mvn:org.onap.appc/appc-provider-model/${project.version} -- cgit 1.2.3-korg