Migrate osgi.core references 00/96100/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 9 May 2021 20:24:19 +0000 (22:24 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 9 May 2021 20:24:30 +0000 (22:24 +0200)
OSGi R7's core artifact has been renamed, use that as the dependency.

Change-Id: Idbf50537a9e2f9ea9a486d2bb76f37752caa496e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/mdsal-netconf-ssh/pom.xml
restconf/sal-rest-docgen/pom.xml

index cdc6e700979f842f32827b5cd79f57ba210aa623..ff5effa3f5760f7b3dcb18cef4251c517ca02b13 100644 (file)
@@ -48,7 +48,7 @@
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
+      <artifactId>osgi.core</artifactId>
     </dependency>
   </dependencies>
 
index fa885ce6363a6da2e32827b183c038bd4d9656d0..f016d3a6fed29bb3fb544106399be161bfff77ed 100644 (file)
@@ -87,7 +87,7 @@
 
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
+      <artifactId>osgi.core</artifactId>
     </dependency>
 
     <dependency>