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 --- .../resources/OSGI-INF/blueprint/blueprint.xml | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/src/main/resources/OSGI-INF/blueprint/blueprint.xml (limited to 'appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/src') 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