From c6dfb11250749a9229236beb5085bc484f8b6363 Mon Sep 17 00:00:00 2001 From: Shwetank Dave Date: Mon, 22 Oct 2018 12:20:09 -0400 Subject: [PATCH] Updating even-client to 1.3.1 - RMQ support Issue-ID: AAI-1795 Change-Id: Ibfba91df6cb56a409165d6641ff81477a8c252e8 Signed-off-by: Shwetank Dave --- champ-lib/champ-core/pom.xml | 4 ++++ champ-service-deps-janus/pom.xml | 4 ++++ champ-service-deps-titan/pom.xml | 4 ++++ pom.xml | 7 ++++++- 4 files changed, 18 insertions(+), 1 deletion(-) diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index d86f11f..ada6905 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -49,6 +49,10 @@ limitations under the License. org.onap.aai.event-client event-client-kafka + + org.onap.aai.event-client + event-client-rabbitmq + diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index db1bf26..05f4977 100644 --- a/champ-service-deps-janus/pom.xml +++ b/champ-service-deps-janus/pom.xml @@ -118,6 +118,10 @@ limitations under the License. org.onap.aai.event-client event-client-kafka + + org.onap.aai.event-client + event-client-rabbitmq + org.apache.httpcomponents httpclient diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index 20b5ec3..59f2dd7 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -138,6 +138,10 @@ limitations under the License. org.onap.aai.event-client event-client-kafka + + org.onap.aai.event-client + event-client-rabbitmq + org.apache.httpcomponents httpcore diff --git a/pom.xml b/pom.xml index b4d162e..a4849b8 100755 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ limitations under the License. https://nexus.onap.org - 1.3.0 + 1.3.1 @@ -79,6 +79,11 @@ limitations under the License. ${event.client.version} + + org.onap.aai.event-client + event-client-rabbitmq + ${event.client.version} + commons-collections commons-collections -- 2.16.6