diff options
author | Steven Blimkie <Steven.Blimkie@amdocs.com> | 2018-11-07 20:34:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-07 20:34:03 +0000 |
commit | 7ca9bc36463b25432e62542fbd360a6e0dfcde99 (patch) | |
tree | c0617fbd91db717d6652e7a4b8b667dac4054568 | |
parent | 4519c0fc235d0fc5db0c348c10893ca4324d4190 (diff) | |
parent | eaae0cb64d02107a2aeefaf290017b073b3acb81 (diff) |
Merge "Updating event-client verion to 1.3.1"
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |