aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Blimkie <Steven.Blimkie@amdocs.com>2018-11-07 20:34:03 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-07 20:34:03 +0000
commit7ca9bc36463b25432e62542fbd360a6e0dfcde99 (patch)
treec0617fbd91db717d6652e7a4b8b667dac4054568
parent4519c0fc235d0fc5db0c348c10893ca4324d4190 (diff)
parenteaae0cb64d02107a2aeefaf290017b073b3acb81 (diff)
Merge "Updating event-client verion to 1.3.1"
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3addb32..825d308 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,12 @@ limitations under the License.
</dependency>
<dependency>
+ <groupId>org.onap.aai.event-client</groupId>
+ <artifactId>event-client-rabbitmq</artifactId>
+ <version>${event.client.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.5</version>