From 0ef2295e9ed460ca792fa5f38da29d97c96e8e37 Mon Sep 17 00:00:00 2001 From: Hao Kuang Date: Tue, 22 Aug 2017 19:13:01 +0000 Subject: Fix appc-command-exectuor bundle fails to start Fix that appc-command-executor-core bundle fails to load in karaf Issue-Id: APPC-163 Change-Id: Ib3099a34e60ca59e7790ffe04f8a02869d995559 Signed-off-by: Hao Kuang --- .../src/main/resources/features.xml | 9 ++--- .../resources/OSGI-INF/blueprint/blueprint.xml | 47 ++++++++++++++++++++++ 2 files changed, 51 insertions(+), 5 deletions(-) create mode 100644 appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/src/main/resources/OSGI-INF/blueprint/blueprint.xml (limited to 'appc-dispatcher') diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml index 0a5f0678c..fefff52ec 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml @@ -25,14 +25,13 @@ - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> + - mvn:org.openecomp.appc/execution-queue-management-lib/${project.version} + mvn:org.openecomp.appc/execution-queue-management-lib/${project.version} mvn:org.openecomp.appc/appc-command-executor-api/${project.version} mvn:org.openecomp.appc/appc-command-executor-core/${project.version} - diff --git a/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/src/main/resources/OSGI-INF/blueprint/blueprint.xml new file mode 100644 index 000000000..9f8628458 --- /dev/null +++ b/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/src/main/resources/OSGI-INF/blueprint/blueprint.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg