Bump versions to 8.0.2-SNAPSHOT
[yangtools.git] / parser / yang-parser-impl / pom.xml
index ad17ab026590464fcf2455ff35ca3fb73eba48cd..952217ae0670d115a84b979dda254a85ec2f1541 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.6-SNAPSHOT</version>
+        <version>8.0.2-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>rfc8528-parser-support</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>rfc8639-parser-support</artifactId>
+        </dependency>
 
         <!-- XPath reference implementation -->
         <dependency>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
         </dependency>
         <dependency>
             <groupId>com.guicedee.services</groupId>