diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2020-09-03 11:05:35 +0200 |
---|---|---|
committer | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2020-09-03 11:05:48 +0200 |
commit | eab8409c6094d6fd842bb15c803883f9064036e4 (patch) | |
tree | 76820c083317b7cb96bdc62c9afdb6b8a6882a8b /sdnr/wt/data-provider/provider/pom.xml | |
parent | 4756715c82c0d71f934d47620031893bc92a1344 (diff) |
fixed ready state
changed bundle state detect to bundleservice
Issue-ID: CCSDK-2726
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: I74b2e7d91a2be1a6d25b74ae8ecb8a4c9d76865b
Diffstat (limited to 'sdnr/wt/data-provider/provider/pom.xml')
-rw-r--r-- | sdnr/wt/data-provider/provider/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -58,6 +58,10 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.apache.karaf.bundle</groupId> + <artifactId>org.apache.karaf.bundle.core</artifactId> + </dependency> + <dependency> <groupId>${project.groupId}</groupId> <artifactId>sdnr-wt-data-provider-setup</artifactId> <version>${project.version}</version> @@ -82,6 +86,7 @@ <artifactId>org.osgi.core</artifactId> <scope>provided</scope> </dependency> + <dependency> <groupId>org.apache.karaf.shell</groupId> <artifactId>org.apache.karaf.shell.core</artifactId> |