diff options
author | Shwetank Dave <shwetank.dave@amdocs.com> | 2018-10-22 12:20:09 -0400 |
---|---|---|
committer | Shwetank Dave <shwetank.dave@amdocs.com> | 2018-11-07 16:46:19 -0500 |
commit | c6dfb11250749a9229236beb5085bc484f8b6363 (patch) | |
tree | 4ab95bff10d45c8163b8b5703ee9973d5b959190 /champ-service-deps-titan/pom.xml | |
parent | bc3a68f80f6e62ffce454947d8cae86ca109e09e (diff) |
Updating even-client to 1.3.1 - RMQ support
Issue-ID: AAI-1795
Change-Id: Ibfba91df6cb56a409165d6641ff81477a8c252e8
Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
Diffstat (limited to 'champ-service-deps-titan/pom.xml')
-rw-r--r-- | champ-service-deps-titan/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ -139,6 +139,10 @@ limitations under the License. <artifactId>event-client-kafka</artifactId> </exclusion> <exclusion> + <groupId>org.onap.aai.event-client</groupId> + <artifactId>event-client-rabbitmq</artifactId> + </exclusion> + <exclusion> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> </exclusion> |