Migrate OSGi compendium references 04/88904/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Apr 2020 09:59:11 +0000 (11:59 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Apr 2020 10:23:32 +0000 (12:23 +0200)
We are using OSGi R6, make sure we are also referencing the correct
compendium artifact name.

Change-Id: Ie142c309aa6b128e6223bf62d46dd2ad9ea50d8d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-filterchain/pom.xml
aaa-shiro/impl/pom.xml
docs/pom.xml
features/odl-aaa-web/pom.xml

index 7f4aafcf13a45df8cc9527e09941fc75670e298f..1adf189f9f761447c8eed2396c0c38fafb45f01b 100644 (file)
@@ -23,7 +23,7 @@
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
+      <artifactId>osgi.cmpn</artifactId>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
index 19fae44c6274bba5ec1303f8c896fa2bea1d4f4d..e4dde047359d55d9d18773fb8540baa78d0eb5c5 100644 (file)
@@ -76,7 +76,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
+            <artifactId>osgi.cmpn</artifactId>
         </dependency>
 
         <!-- JSON JAXB Stuff -->
index 1be5614d4a4208e0ad73294de46eb7d6b3609825..4ac9e09612d4871ff7242ed571989a7868e8570f 100644 (file)
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.cmpn</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.immutables</groupId>
             <artifactId>value</artifactId>
index 544ffd4a8487ab88c0c5eb2e128aeabb0bfd5a6a..441beeaba997431a09a02c894c1a181dd1dd7d2d 100644 (file)
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <!-- required due to https://jira.opendaylight.org/browse/ODLPARENT-136 -->
-            <artifactId>org.osgi.compendium</artifactId>
-        </dependency>
         <dependency>
             <groupId>${project.groupId}.web</groupId>
             <artifactId>web-osgi-impl</artifactId>