Remove dependency on controller config-util
[netconf.git] / netconf / netconf-monitoring / src / test / java / org / opendaylight / netconf / monitoring / GetSchemaTest.java
index d452fd5a85c080c4bf2c7f5c475c14365c722999..5ced56c5e6a15ad7c3542dd57aec2c7cd7d28b71 100644 (file)
@@ -18,10 +18,10 @@ import static org.mockito.Mockito.mock;
 import com.google.common.base.Optional;
 import org.junit.Before;
 import org.junit.Test;
-import org.opendaylight.controller.config.util.xml.DocumentedException;
-import org.opendaylight.controller.config.util.xml.XmlElement;
-import org.opendaylight.controller.config.util.xml.XmlUtil;
+import org.opendaylight.netconf.api.DocumentedException;
 import org.opendaylight.netconf.api.monitoring.NetconfMonitoringService;
+import org.opendaylight.netconf.api.xml.XmlElement;
+import org.opendaylight.netconf.api.xml.XmlUtil;
 import org.w3c.dom.Document;
 
 public class GetSchemaTest {
@@ -59,4 +59,4 @@ public class GetSchemaTest {
                 XmlElement.fromDomElement(XmlUtil.readXmlToElement(getSchema))));
     }
 
-}
\ No newline at end of file
+}