From 395d0388077344c4c584effbf75bdbddc983b337 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 8 Feb 2022 18:13:05 +0100 Subject: [PATCH] Remove unneeded dependency declaration bnd-parent is pulling in all the interesting OSGi annotations, hence we do not need to declare them. Change-Id: I8561949f039b6fd6ec7e6e12014734c25f097624 Signed-off-by: Robert Varga --- xpath/yang-xpath-impl/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xpath/yang-xpath-impl/pom.xml b/xpath/yang-xpath-impl/pom.xml index bff1f03e2d..75edea87e4 100644 --- a/xpath/yang-xpath-impl/pom.xml +++ b/xpath/yang-xpath-impl/pom.xml @@ -53,10 +53,6 @@ javax.inject true - - org.osgi - org.osgi.service.component.annotations - -- 2.36.6