modify bug 41/19841/2
authorShiwei Tian <tian.shiwei@zte.com.cn>
Fri, 20 Oct 2017 01:28:07 +0000 (09:28 +0800)
committerShiwei Tian <tian.shiwei@zte.com.cn>
Fri, 20 Oct 2017 02:26:47 +0000 (10:26 +0800)
Issue-ID: HOLMES-71

Change-Id: I8afb81df83421c6b4f0f96ce1067a549d5af4b7e
Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
engine-d/src/main/java/org/onap/holmes/engine/dcaepolling/DcaeConfigurationPolling.java
pom.xml

index 23030d2..9fa153e 100644 (file)
@@ -56,6 +56,7 @@ public class DcaeConfigurationPolling implements Runnable{
         SubscriberAction subscriberAction = ServiceLocatorHolder.getLocator()
                 .getService(SubscriberAction.class);
         Subscriber subscriber = new Subscriber();
+        subscriber.setTopic(subscriberKey);
         subscriber.setUrl(dcaeConfigurations.getSubSecInfo(subscriberKey).getDmaapInfo()
                 .getTopicUrl());
         subscriberAction.addSubscriber(subscriber);
diff --git a/pom.xml b/pom.xml
index b46e2f0..b03ece7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
             <dependency>
                 <groupId>org.onap.msb.java-sdk</groupId>
                 <artifactId>msb-java-sdk</artifactId>
-                <version>1.0.0</version>
+                <version>1.0.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.reflections</groupId>
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpclient</artifactId>
-                <version>4.3.6</version>
+                <version>4.5.3</version>
             </dependency>
 
             <dependency>