Migrate netconf-netty-util to xmlunit-core
[netconf.git] / netconf / netconf-netty-util / pom.xml
index 2d80ff4bceec741496d10fa95680977c27a852d0..bba3b3f70c995ba4ce525daec7119526bddfc82a 100644 (file)
     </dependency>
 
     <!-- test dependencies -->
-    <dependency>
-      <groupId>org.xmlunit</groupId>
-      <artifactId>xmlunit-legacy</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>mockito-configuration</artifactId>
     </dependency>
     <dependency>
-      <groupId>${project.groupId}</groupId>
+      <groupId>org.opendaylight.netconf</groupId>
       <artifactId>netconf-test-util</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.xmlunit</groupId>
+      <artifactId>xmlunit-core</artifactId>
+    </dependency>
   </dependencies>
 </project>