Remove dependency on controller config-util
[netconf.git] / netconf / netconf-netty-util / src / test / java / org / opendaylight / netconf / nettyutil / handler / exi / EXIParametersTest.java
index 272d5b30e4f53df2774249790c81d02fcd4974fc..018acdbc7f5ce5e9cdb63b97e97b635bfbffe60f 100644 (file)
@@ -17,8 +17,8 @@ import java.util.Arrays;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.junit.runners.Parameterized;
-import org.opendaylight.controller.config.util.xml.XmlElement;
-import org.opendaylight.controller.config.util.xml.XmlUtil;
+import org.opendaylight.netconf.api.xml.XmlElement;
+import org.opendaylight.netconf.api.xml.XmlUtil;
 
 @RunWith(Parameterized.class)
 public class EXIParametersTest {
@@ -77,4 +77,4 @@ public class EXIParametersTest {
         assertEquals(fidelity, factory.getFidelityOptions());
         assertEquals(coding, factory.getCodingMode());
     }
-}
\ No newline at end of file
+}