Use org.osgi:org.osgi.core instead of org.eclipse.tycho's osgi (Equinox) 92/51592/1
authorMichael Vorburger <vorburger@redhat.com>
Thu, 9 Feb 2017 00:07:52 +0000 (01:07 +0100)
committerMichael Vorburger <vorburger@redhat.com>
Thu, 9 Feb 2017 00:07:52 +0000 (01:07 +0100)
see https://git.opendaylight.org/gerrit/#/c/51520/

I'll like to block use of dependency tycho ASAP.

Change-Id: Iacb6b5efe337eed156a44dc32528445eda99fd06
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
mappingservice/config/pom.xml
mappingservice/implementation/pom.xml
mappingservice/shell/pom.xml

index c3efd5efbbcc1a54556aaacc9a6ebb8998523165..4b4f273f350ef5feb12d6b47b58ac885bb9456e9 100644 (file)
@@ -14,8 +14,8 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.eclipse.tycho</groupId>
-      <artifactId>org.eclipse.osgi</artifactId>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.lispflowmapping</groupId>
@@ -39,5 +39,5 @@
       <url>${nexus.site.url}/${project.artifactId}/</url>
     </site>
   </distributionManagement>
-  
+
 </project>
index 95600bc6bc702fe19423de0071882ac3269354e1..9d47ded4c08bbd7f7159d98cad1e53c83c454d4c 100644 (file)
       <scope>test</scope>
     </dependency>
     <!-- needed for osgi console -->
-    <dependency>
-      <groupId>org.eclipse.tycho</groupId>
-      <artifactId>org.eclipse.osgi</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-singleton-common-api</artifactId>
index f58adce5abe8957d0190b04ed5f9cb3fe3c75bf4..f0476cb585383e1fb19b2d1e2bae098c69ffa3c2 100644 (file)
@@ -14,8 +14,8 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.eclipse.tycho</groupId>
-      <artifactId>org.eclipse.osgi</artifactId>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.shell</groupId>