Remove dependency on controller config-util
[netconf.git] / netconf / netconf-util / src / test / java / org / opendaylight / netconf / util / test / XmlFileLoader.java
index d62d40df5ecb2acd16e1f37f69c8c284d868231e..e21820839cae162070720f615ea4026c88a649a9 100644 (file)
@@ -14,8 +14,8 @@ import java.io.IOException;
 import java.io.InputStream;
 import java.nio.charset.StandardCharsets;
 import javax.xml.parsers.ParserConfigurationException;
-import org.opendaylight.controller.config.util.xml.XmlUtil;
 import org.opendaylight.netconf.api.NetconfMessage;
+import org.opendaylight.netconf.api.xml.XmlUtil;
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 import org.xml.sax.SAXException;