Bug 491 - Use XmlUnit for xml comparing in junit tests.
[controller.git] / opendaylight / netconf / netconf-util / pom.xml
index 5df329def023f2c5216b08a3f9a7bbef29bccc23..b75d3382b169b382c0b63039a4f7c7488ed2582d 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-handler</artifactId>
         </dependency>
-        <!--dependency>
-            <groupId>com.siemens.ct.exi</groupId>
-            <artifactId>exificient</artifactId>
-        </dependency-->
         <dependency>
             <groupId>org.opendaylight.controller.thirdparty</groupId>
             <artifactId>ganymed</artifactId>
         </dependency>
+        <dependency>
+            <groupId>xmlunit</groupId>
+            <artifactId>xmlunit</artifactId>
+        </dependency>
     </dependencies>
 
     <build>