diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-03 12:06:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-03 12:06:14 +0000 |
commit | 59b9f3a76de1cca0b833a7841dd7dcaeb03f0f65 (patch) | |
tree | 260225c0d9f27bbbd2fa9218e84e785bb75d7a10 /sdnr/wt/data-provider/provider/pom.xml | |
parent | c93ba82f758c8a7bd5ca09acef7e56c74c8bc475 (diff) | |
parent | eab8409c6094d6fd842bb15c803883f9064036e4 (diff) |
Merge "fixed ready state"
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> |