Cleanup docs dependencies 65/99765/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 15 Feb 2022 21:15:23 +0000 (22:15 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 15 Feb 2022 21:15:23 +0000 (22:15 +0100)
Use broken-out annotations instead of osgi.{annotation,cmpn}.

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

index 36d49c38a1566258c32031fc0e2188766863b920..e2a273708b312591d95b540f4cd87a9c51bac1d2 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
+            <artifactId>org.osgi.annotation.versioning</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.annotation</artifactId>
+            <artifactId>org.osgi.annotation.bundle</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>