Do no use osgi.cmpn 64/99764/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 15 Feb 2022 20:59:38 +0000 (21:59 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 15 Feb 2022 20:59:38 +0000 (21:59 +0100)
org.osgi.service.component.annotations provides a properly-broken out
annotations, use those instead of the entire compendium.

Change-Id: Idba9b56a392843bc65543b430829a25d7d629979
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
parser/yang-parser-impl/pom.xml

index f6940a69c3bdb99e5a196005df92781af68ceb7c..35427b46e71163abcf2b201565c2938662a69fa8 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
         </dependency>
         <dependency>
             <groupId>com.guicedee.services</groupId>