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-lib/champ-core | |
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-lib/champ-core')
-rw-r--r-- | champ-lib/champ-core/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
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. <groupId>org.onap.aai.event-client</groupId> <artifactId>event-client-kafka</artifactId> </dependency> + <dependency> + <groupId>org.onap.aai.event-client</groupId> + <artifactId>event-client-rabbitmq</artifactId> + </dependency> <!-- Event Bus Library - END --> <dependency> |