Added support for using oauth token for Kafka
[nonrtric/plt/ranpm.git] / datafilecollector / src / test / java / org / oran / datafile / http / DfcHttpClientTest.java
@@ -1,5 +1,6 @@
 /*-
  * ============LICENSE_START======================================================================
+ *  Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
  * Copyright (C) 2020-2021 Nokia. All rights reserved.
  * ===============================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
@@ -13,7 +14,7 @@
  * the License.
  * ============LICENSE_END========================================================================
  */
-package org.onap.dcaegen2.collectors.datafile.http;
+package org.oran.datafile.http;
 
 import static org.assertj.core.api.Assertions.assertThatThrownBy;
 import static org.junit.jupiter.api.Assertions.assertEquals;
@@ -38,9 +39,9 @@ import org.junit.jupiter.api.extension.ExtendWith;
 import org.mockito.ArgumentMatchers;
 import org.mockito.Mock;
 import org.mockito.junit.jupiter.MockitoExtension;
-import org.onap.dcaegen2.collectors.datafile.commons.FileServerData;
-import org.onap.dcaegen2.collectors.datafile.exceptions.DatafileTaskException;
-import org.onap.dcaegen2.collectors.datafile.service.HttpUtils;
+import org.oran.datafile.commons.FileServerData;
+import org.oran.datafile.exceptions.DatafileTaskException;
+import org.oran.datafile.service.HttpUtils;
 
 import reactor.core.publisher.Flux;
 import reactor.netty.http.client.HttpClientConfig;