From b16582c9734a3a01eb99ecbde508a13c396a284a Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Tue, 23 Oct 2018 17:15:14 -0400 Subject: [PATCH] Address CLM violations Change-Id: Id7afff65de1a4c32c95da8ea359d7f97b025cf63 Signed-off-by: dglFromAtt Issue-ID: DMAAP-656 --- etc/dmaapbc.properties | 6 ++++-- pom.xml | 6 +++--- .../onap/dmaap/dbcapi/resources/TopicResourceTest.java | 18 ++++++++++++++++-- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/etc/dmaapbc.properties b/etc/dmaapbc.properties index b2cbe1c..64e435e 100644 --- a/etc/dmaapbc.properties +++ b/etc/dmaapbc.properties @@ -118,16 +118,18 @@ MR.ClientDeleteLevel: 1 # # MR Topic Factory Namespace # -MR.TopicFactoryNS: org.onap.dcae.dmaap.topicFactory +MR.TopicFactoryNS: org.onap.dmaap.mr.topicFactory # # MR TopicMgr Role -MR.TopicMgrRole: org.onap.dmaapBC.TopicMgr +MR.TopicMgrRole: org.onap.dmaap-bc.TopicMgr # MR topic name style MR.topicStyle: FQTN_LEGACY_FORMAT # MR topic ProjectID MR.projectID: 23456 + +MR.multisite: false # # end of MR Related Properties ################################################################################ diff --git a/pom.xml b/pom.xml index ba32d24..32f2db3 100644 --- a/pom.xml +++ b/pom.xml @@ -244,12 +244,12 @@ ch.qos.logback logback-core - 1.2.0 + 1.2.3 ch.qos.logback logback-classic - 1.2.0 + 1.2.3