Remove dependency on controller config-util
[netconf.git] / netconf / netconf-util / src / test / java / org / opendaylight / netconf / util / test / XmlUnitUtil.java
index 6677a42c8f18948eadb9c20c863e159e753a16b2..78fc364032b4be4fffb38c6025955f28cc88e222 100644 (file)
@@ -16,7 +16,7 @@ import org.custommonkey.xmlunit.AbstractNodeTester;
 import org.custommonkey.xmlunit.NodeTest;
 import org.custommonkey.xmlunit.NodeTestException;
 import org.custommonkey.xmlunit.NodeTester;
-import org.opendaylight.controller.config.util.xml.XmlUtil;
+import org.opendaylight.netconf.api.xml.XmlUtil;
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 import org.w3c.dom.Node;