Fixup docs references 32/88132/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 28 Feb 2020 16:14:13 +0000 (17:14 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 28 Feb 2020 16:14:37 +0000 (17:14 +0100)
We do not use blueprint annotations anymore and reference Karaf's
FeaturesService. Adjust docs to reflect that.

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

index fea9eda01a0375aefdc6a82603856b5186afe404..c3d8b9e57c17c3d9a6e65d08be83612dd48bcfad 100644 (file)
             <artifactId>osgi.cmpn</artifactId>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.aries.blueprint</groupId>
-            <artifactId>blueprint-maven-plugin-annotation</artifactId>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <artifactId>asm</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.karaf.features</groupId>
+            <artifactId>org.apache.karaf.features.core</artifactId>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
 
     <build>