Add yang-xpath-impl
[yangtools.git] / common / artifacts / pom.xml
index 554944b6af625d5a94fd93282a33e67cc64ee01f..10e773360008f0a81de15114cb6ba0ff15f60d2f 100644 (file)
                 <artifactId>yang-xpath-api</artifactId>
                 <version>0.1.10-SNAPSHOT</version>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>yang-xpath-impl</artifactId>
+                <version>0.1.10-SNAPSHOT</version>
+            </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>odl-yangtools-exp-xpath-impl</artifactId>
+                <version>0.1.10-SNAPSHOT</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
         </dependencies>
     </dependencyManagement>