Add static ArgumentUtils XPath integration
[yangtools.git] / yang / yang-parser-impl / pom.xml
index 0bb3eaf8777ec09fdb65614dc70558d82d4c0d22..d52934dcd818b741d960e60f6102a42c742b6f9d 100644 (file)
             <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>