Add static ArgumentUtils XPath integration
[yangtools.git] / yang / yang-parser-rfc7950 / pom.xml
index e6dc53abf8601c2d2baeb0554c285181d2995be4..bc097452565ebb36f86273129707f2cd7344debc 100644 (file)
             <artifactId>logback-classic</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-xpath-impl</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>