aboutsummaryrefslogtreecommitdiffstats
path: root/utils/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-06-18 17:56:02 +0000
committerGerrit Code Review <gerrit@onap.org>2018-06-18 17:56:02 +0000
commita2af7369129998533139d57f0f1a0757c7e13a10 (patch)
tree6f0ecea6b5cebf987d195f5a066d13eac909f743 /utils/provider/pom.xml
parentd2a764b04824233f2068460c3806016abf692b31 (diff)
parenta7d1da3308031c3cce5e2e09b1f2727f1fceef02 (diff)
Merge "Update sli/core to ODL Oxygen"
Diffstat (limited to 'utils/provider/pom.xml')
-rw-r--r--utils/provider/pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/utils/provider/pom.xml b/utils/provider/pom.xml
index 2ecea40e..2698b39c 100644
--- a/utils/provider/pom.xml
+++ b/utils/provider/pom.xml
@@ -27,12 +27,11 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
- <dependency>
- <groupId>equinoxSDK381</groupId>
- <artifactId>org.eclipse.osgi</artifactId>
- <version>${equinox.osgi.version}</version>
- <scope>provided</scope>
- </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <scope>provided</scope>
+ </dependency>
<!-- Testing Dependencies -->
<dependency>