Migrate osgi.core references 95/96095/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 9 May 2021 20:05:52 +0000 (22:05 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 9 May 2021 20:07:27 +0000 (22:07 +0200)
OSGi R7's core artifact has been renamed, use that as the dependency.

Change-Id: Ib27399feadf53ca91c816ba3e24f3dd001cf2249
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
docs/pom.xml
web/impl-osgi/pom.xml

index 8e39f2c88376d6127bc442e8f5c976230076fc9d..cbb52f0a8456e3600b1a6cb287bb2ea1724d24e1 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
+            <artifactId>osgi.core</artifactId>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
index f9b5291542c196f277dfa01ce684adad6c7002ef..e6b3175f0fc4a89ce30b876eccf3328e3fcec320 100644 (file)
@@ -37,7 +37,7 @@
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
+      <artifactId>osgi.core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>