summaryrefslogtreecommitdiffstats
path: root/northbound/dmaap-listener/src
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 16:36:36 -0400
commit362c47bcfe29f8b6687ead3b9744eee6cb417804 (patch)
tree0a6683527fce9cb51a114c8db8cdaf451038f649 /northbound/dmaap-listener/src
parent084b37483a8b5fc4b8cb90f97e5359afc136d121 (diff)
Upgrading akka cluster dependency
Updating odlparent versions to 2.1.7-SNAPSHOT Issue-ID: CCSDK-3333 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ia5da682990acbf99a2026393f8dea511ccca4420 (cherry picked from commit e12652babc98c403fefead2c83395a5439df7dac)
Diffstat (limited to 'northbound/dmaap-listener/src')
-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 {