Use osgi-core R7 44/96444/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 8 Jun 2021 06:24:20 +0000 (08:24 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 8 Jun 2021 06:25:05 +0000 (08:25 +0200)
Release 7 has changed the name of the artifact, update our references
to pick up R7 instead of R6.

Change-Id: I39d93e71e074c01a7d702d08b4d4b4d736dceebd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml
hwvtepsouthbound/hwvtepsouthbound-it/pom.xml
library/impl/pom.xml
southbound/southbound-it/pom.xml
utils/config/pom.xml
utils/ovsdb-it-utils/pom.xml
utils/servicehelper/pom.xml

index 8de047d8dfefc39863ae0495c6663460f9e2c98a..6df3231eb63a1b0204c073d60b872e581ee288af 100644 (file)
@@ -28,7 +28,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <dependencies>
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
+      <artifactId>osgi.core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>
index 4ef8f14bc773b93564760f428bee627f45025a1c..b1dc2cddcc5869ce6682f26f1f2782adfe602366 100644 (file)
@@ -89,7 +89,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 01e31228a440d59bc3231415d2e7aa77f1ee2737..fee551b6a947e5a6da46ecfddfe25a687ad8865e 100644 (file)
@@ -53,7 +53,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>com.google.guava</groupId>
index 88b64ff1656f6a69acd81e3bc4ee5cb58e20908a..aa97de8fdc79bee9eac2d98b8a6670548b249cfc 100644 (file)
@@ -88,7 +88,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 c3acffa78d4484e759cd2a6982e103ed15e94cb7..9a70107caa4188c57e7e987c8150653df638cf95 100644 (file)
@@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <dependencies>
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
+      <artifactId>osgi.core</artifactId>
     </dependency>
 
     <!-- testing dependencies -->
index 9b0b6d0e12f1048c5a675629200c9357bd953381..f682a5a325d54711ed0a98300648e5a1351b33b9 100644 (file)
@@ -92,7 +92,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>
 
index 0bc6b586950df1603f8189320233bde010a87491..e143dd1e12a050ce7fd286fa36e9eef97167347b 100644 (file)
@@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <dependencies>
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
+      <artifactId>osgi.core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>