Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / netconf / callhome-protocol / src / test / java / org / opendaylight / netconf / callhome / protocol / CallHomeAuthorizationTest.java
index aa742581ec17af8d1a369bbd3b46a044cd7e1809..1e3a3dcac83ef64da7590d964bbe3ff253f58b74 100644 (file)
@@ -20,7 +20,7 @@ import static org.mockito.Mockito.verify;
 import java.security.KeyPair;
 import java.security.PrivateKey;
 import java.security.PublicKey;
-import org.apache.sshd.ClientSession;
+import org.apache.sshd.client.session.ClientSession;
 import org.apache.sshd.client.session.ClientSessionImpl;
 import org.junit.Test;