import org.apache.http.util.EntityUtils;
import org.onap.dcaegen2.services.prh.config.AAIClientConfiguration;
import org.onap.dcaegen2.services.prh.model.ConsumerDmaapModel;
-import org.onap.dcaegen2.services.utils.HttpUtils;
+import org.onap.dcaegen2.services.prh.utils.HttpUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.onap.dcaegen2.services.prh.config.AAIClientConfiguration;
import org.onap.dcaegen2.services.prh.model.CommonFunctions;
import org.onap.dcaegen2.services.prh.model.ConsumerDmaapModel;
-import org.onap.dcaegen2.services.utils.HttpUtils;
+import org.onap.dcaegen2.services.prh.utils.HttpUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
* limitations under the License.
* ============LICENSE_END=========================================================
*/
-package org.onap.dcaegen2.services.utils;
+package org.onap.dcaegen2.services.prh.utils;
import org.apache.http.HttpStatus;
import org.apache.http.HttpStatus;
import org.junit.Test;
-import org.onap.dcaegen2.services.utils.HttpUtils;
+import org.onap.dcaegen2.services.prh.utils.HttpUtils;
import static junit.framework.TestCase.assertFalse;
import static junit.framework.TestCase.assertTrue;