diff options
Diffstat (limited to 'utils/provider')
-rw-r--r-- | utils/provider/pom.xml | 11 |
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> |