summaryrefslogtreecommitdiffstats
path: root/northbound/dmaap-listener
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2021-06-09 23:22:53 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2021-06-10 12:15:41 -0400
commite12652babc98c403fefead2c83395a5439df7dac (patch)
tree00745f7a2f76f605fc5388aa7b7805706aa541ce /northbound/dmaap-listener
parent7845d9b33a89a1c647dfa20bfefee3599783cae7 (diff)
Upgrading akka cluster dependency
Issue-ID: CCSDK-3333 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ia5da682990acbf99a2026393f8dea511ccca4420
Diffstat (limited to 'northbound/dmaap-listener')
-rw-r--r--northbound/dmaap-listener/src/main/java/org/onap/ccsdk/sli/northbound/dmaapclient/SdncDmaapConsumerImpl.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/northbound/dmaap-listener/src/main/java/org/onap/ccsdk/sli/northbound/dmaapclient/SdncDmaapConsumerImpl.java b/northbound/dmaap-listener/src/main/java/org/onap/ccsdk/sli/northbound/dmaapclient/SdncDmaapConsumerImpl.java
index ee8bb4d6e..60925120c 100644
--- a/northbound/dmaap-listener/src/main/java/org/onap/ccsdk/sli/northbound/dmaapclient/SdncDmaapConsumerImpl.java
+++ b/northbound/dmaap-listener/src/main/java/org/onap/ccsdk/sli/northbound/dmaapclient/SdncDmaapConsumerImpl.java
@@ -27,9 +27,9 @@ import java.io.FileInputStream;
import java.util.Properties;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
-import com.att.nsa.mr.client.MRClientFactory;
-import com.att.nsa.mr.client.MRConsumer;
-import com.att.nsa.mr.client.response.MRConsumerResponse;
+import org.onap.dmaap.mr.client.MRClientFactory;
+import org.onap.dmaap.mr.client.MRConsumer;
+import org.onap.dmaap.mr.client.response.MRConsumerResponse;
public abstract class SdncDmaapConsumerImpl implements SdncDmaapConsumer {