Migrate yang-model-export to xmlunit-core
[yangtools.git] / model / yang-model-export / pom.xml
index b12bb9c4ae416958481a0bbf057476d3a78712f9..288f6d1896e79c5888d7563ccc08998f54bb0339 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1</version>
+        <version>11.0.3-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
@@ -74,7 +74,7 @@
         </dependency>
         <dependency>
             <groupId>org.xmlunit</groupId>
-            <artifactId>xmlunit-legacy</artifactId>
+            <artifactId>xmlunit-core</artifactId>
         </dependency>
     </dependencies>
 </project>