Gizmo use correct version of rest-client 71/25471/1
authorsblimkie <steven.blimkie@amdocs.com>
Mon, 4 Dec 2017 19:13:10 +0000 (14:13 -0500)
committersblimkie <steven.blimkie@amdocs.com>
Mon, 4 Dec 2017 19:15:05 +0000 (14:15 -0500)
Gizmo needs to use the version of the client with the onap package name

Issue-ID: AAI-525
Change-Id: Ib2dc7e15e0f81fd8255cff0f7c409f1b921563f6
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
src/main/java/org/onap/crud/dao/champ/ChampDao.java

index fa2bab5..adf2a3a 100644 (file)
@@ -41,9 +41,9 @@ import org.onap.crud.entity.Edge;
 import org.onap.crud.entity.Vertex;
 import org.onap.crud.exception.CrudException;
 import org.onap.crud.util.CrudServiceConstants;
-import org.openecomp.restclient.client.OperationResult;
-import org.openecomp.restclient.client.RestClient;
-import org.openecomp.restclient.enums.RestAuthenticationMode;
+import org.onap.aai.restclient.client.OperationResult;
+import org.onap.aai.restclient.client.RestClient;
+import org.onap.aai.restclient.enums.RestAuthenticationMode;
 import org.slf4j.MDC;
 
 import java.nio.charset.Charset;