Bug 491 - Use XmlUnit for xml comparing in junit tests.
[controller.git] / opendaylight / config / config-persister-file-xml-adapter / pom.xml
index 8796f0e49daa715ca7b86418d90ff8929503cad9..a5010f0464f7d5bc1f3df38d8a2c2e41cd714d15 100644 (file)
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>xmlunit</groupId>
+            <artifactId>xmlunit</artifactId>
+        </dependency>
     </dependencies>
 
     <build>