summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Arrastia <MArrasti@amdocs.com>2018-03-05 18:03:01 +0000
committerMichael Arrastia <MArrasti@amdocs.com>2018-03-05 18:08:39 +0000
commit098129a2fc464e65e6f9b23a82dc4d6eb259056c (patch)
tree4fe0bd8549ebcb8edf8fac54c82b06bf29727dc2
parent234a998a34c44e97533827076a32f8d972fc93da (diff)
Update event client package in champ-service
Update configuration of event publisher in champ-beans.xml to use correct ONAP package. Issue-ID: AAI-815 Change-Id: If666aacfa5ebb1478fe7f58042aa18da7c5fc54b Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
-rw-r--r--champ-service/dynamic/conf/champ-beans.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/champ-service/dynamic/conf/champ-beans.xml b/champ-service/dynamic/conf/champ-beans.xml
index 28b4d8c..a239a80 100644
--- a/champ-service/dynamic/conf/champ-beans.xml
+++ b/champ-service/dynamic/conf/champ-beans.xml
@@ -8,8 +8,7 @@
http://www.springframework.org/schema/util/spring-util.xsd
">
-
- <bean id="champEventPublisher" class="com.att.ecomp.event.client.DMaaPEventPublisher">
+ <bean id="champEventPublisher" class="org.onap.aai.event.client.DMaaPEventPublisher">
<constructor-arg name="host" value="mr.api.simpledemo.openecomp.org:3904"/>
<constructor-arg name="topic" value="champRawEventsOnap"/>
<constructor-arg name="username" value="test"/>