From: Shwetank Dave Date: Mon, 22 Oct 2018 16:20:09 +0000 (-0400) Subject: Updating even-client to 1.3.1 - RMQ support X-Git-Tag: 1.4.0~22 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fchamp.git;a=commitdiff_plain;h=c6dfb11250749a9229236beb5085bc484f8b6363 Updating even-client to 1.3.1 - RMQ support Issue-ID: AAI-1795 Change-Id: Ibfba91df6cb56a409165d6641ff81477a8c252e8 Signed-off-by: Shwetank Dave --- 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