Migrate osgi.core reference 92/95992/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 5 May 2021 09:24:52 +0000 (11:24 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 5 May 2021 13:01:08 +0000 (15:01 +0200)
OSGi core artifact was renamed for Release 7, update references to
eliminate dependency on OSGi R6.

Change-Id: I1e51f5bd82e15e3cefb7dad637e0e771abcefcea
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 0539878063506ceba2a165869f5651f29437a47c)

docs/pom.xml
opendaylight/blueprint/pom.xml
opendaylight/md-sal/mdsal-it-base/pom.xml
opendaylight/md-sal/mdsal-it-parent/pom.xml
opendaylight/md-sal/sal-akka-raft/pom.xml
opendaylight/md-sal/sal-distributed-datastore/pom.xml
opendaylight/md-sal/samples/toaster-consumer/pom.xml
opendaylight/md-sal/samples/toaster-provider/pom.xml

index 869b6d0bb8ca428571a8b66b694e947ee1f12c78..e6a55440144abbfd0f5c0aba68e9e56928943854 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
+            <artifactId>osgi.core</artifactId>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
index a5646fcc3999f95671827bba7c579575fa726436..c969cf136b8d7472380fafb004775d119b4b293e 100644 (file)
@@ -80,7 +80,7 @@
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
+      <artifactId>osgi.core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
index 26fd56513bb24fe98d03a696d49e6d1d3fdf86c3..5aef6643a859b9d75a989bdaef251bc6526540cd 100644 (file)
@@ -104,7 +104,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
     <dependency>
         <groupId>org.osgi</groupId>
-        <artifactId>org.osgi.core</artifactId>
+        <artifactId>osgi.core</artifactId>
         <scope>compile</scope>
     </dependency>
     <dependency>
index 407cb644ed554819c4f877a874611cd04efb3d8d..2fdc68880068c51dc31ceaa0acc7259e34b49469 100644 (file)
@@ -91,7 +91,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
     <dependency>
         <groupId>org.osgi</groupId>
-        <artifactId>org.osgi.core</artifactId>
+        <artifactId>osgi.core</artifactId>
     </dependency>
     <dependency>
         <groupId>junit</groupId>
index a944b33026467ec15719379501be3d42be57f166..f85297ee25b54544537b583c0ec1aa8d7a962fd8 100644 (file)
@@ -34,7 +34,7 @@
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
+      <artifactId>osgi.core</artifactId>
     </dependency>
 
     <!-- Test Dependencies -->
index af16e2291488e27de01784dd1a4d098ec7b23c19..8d24671b68adee30995e1f7e495039600d6b8f20 100644 (file)
@@ -21,7 +21,7 @@
 
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
+      <artifactId>osgi.core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
index a226b57822a9fde09d3454c3a4e2a15b5906efd8..05856b32b53af382819f17424cc389f1df925f3d 100644 (file)
@@ -27,7 +27,7 @@
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
+      <artifactId>osgi.core</artifactId>
     </dependency>
   </dependencies>
 
index 46e068e1ef774df37a344356b30a9c79d25b74f0..aa8323e30fe1fb9eb4ff7f7dd4c5085aa2d9ec35 100644 (file)
@@ -27,7 +27,7 @@
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
+      <artifactId>osgi.core</artifactId>
     </dependency>
 
     <!-- dependencies to use AbstractDataBrokerTest -->