update to use latest portal sdk
[aai/sparky-be.git] / sparkybe-onap-service / src / main / java / org / onap / aai / sparky / security / portal / config / RolesConfig.java
index a107122..8bcc911 100644 (file)
@@ -29,7 +29,7 @@ import java.util.Collections;
 import java.util.List;
 
 import org.onap.aai.sparky.viewandinspect.config.SparkyConstants;
-import org.openecomp.portalsdk.core.restful.domain.EcompRole;
+import org.onap.portalsdk.core.restful.domain.EcompRole;
 
 import com.google.gson.Gson;
 import com.google.gson.JsonSyntaxException;