Remove unneeded dependency declaration 60/99660/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 8 Feb 2022 17:13:05 +0000 (18:13 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 8 Feb 2022 17:13:05 +0000 (18:13 +0100)
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 <robert.varga@pantheon.tech>
xpath/yang-xpath-impl/pom.xml

index bff1f03e2d5577881781cac20c8de9ee8f9f8a38..75edea87e4c5de91371b4e398645007cf1857c1d 100644 (file)
             <artifactId>javax.inject</artifactId>
             <optional>true</optional>
         </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.service.component.annotations</artifactId>
-        </dependency>
     </dependencies>
 
     <build>