From: Robert Varga Date: Fri, 28 Feb 2020 16:14:13 +0000 (+0100) Subject: Fixup docs references X-Git-Tag: v6.0.0~116 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F32%2F88132%2F1;p=mdsal.git Fixup docs references 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 --- diff --git a/docs/pom.xml b/docs/pom.xml index fea9eda01a..c3d8b9e57c 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -467,11 +467,6 @@ osgi.cmpn provided - - org.apache.aries.blueprint - blueprint-maven-plugin-annotation - provided - junit junit @@ -482,6 +477,11 @@ asm provided + + org.apache.karaf.features + org.apache.karaf.features.core + provided +