Remove dependency on controller config-util
[netconf.git] / netconf / netconf-util / src / test / java / org / opendaylight / netconf / util / xml / XMLNetconfUtilTest.java
index 3ca07d4dd438e21e73db8a11837bae2146ae6839..bf3c573c1faba45bb174189e2be2c94a8b7f2a76 100644 (file)
@@ -15,7 +15,7 @@ import static org.junit.Assert.fail;
 import javax.xml.xpath.XPathConstants;
 import javax.xml.xpath.XPathExpression;
 import org.junit.Test;
-import org.opendaylight.controller.config.util.xml.XmlUtil;
+import org.opendaylight.netconf.api.xml.XmlUtil;
 import org.w3c.dom.Element;
 
 public class XMLNetconfUtilTest {
@@ -34,4 +34,4 @@ public class XMLNetconfUtilTest {
         assertEquals("value", ((Element) value).getTextContent());
     }
 
-}
\ No newline at end of file
+}