From eab8409c6094d6fd842bb15c803883f9064036e4 Mon Sep 17 00:00:00 2001 From: Michael Dürre Date: Thu, 3 Sep 2020 11:05:35 +0200 Subject: fixed ready state MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit changed bundle state detect to bundleservice Issue-ID: CCSDK-2726 Signed-off-by: Michael Dürre Change-Id: I74b2e7d91a2be1a6d25b74ae8ecb8a4c9d76865b --- sdnr/wt/data-provider/provider/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sdnr/wt/data-provider/provider/pom.xml') diff --git a/sdnr/wt/data-provider/provider/pom.xml b/sdnr/wt/data-provider/provider/pom.xml index 2a7b68632..85b8f308d 100644 --- a/sdnr/wt/data-provider/provider/pom.xml +++ b/sdnr/wt/data-provider/provider/pom.xml @@ -57,6 +57,10 @@ mockito-core test + + org.apache.karaf.bundle + org.apache.karaf.bundle.core + ${project.groupId} sdnr-wt-data-provider-setup @@ -82,6 +86,7 @@ org.osgi.core provided + org.apache.karaf.shell org.apache.karaf.shell.core -- cgit 1.2.3-korg