Bump versions to 3.0.9-SNAPSHOT
[yangtools.git] / yang / yang-parser-impl / pom.xml
index df86a09613ffe993c0611e31026ccdee16446030..9454a3cf99df4aab77dbf48e4250b9e0562f9ec0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
             <artifactId>rfc8528-parser-support</artifactId>
         </dependency>
 
+        <!-- XPath reference implementation -->
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-xpath-impl</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>