diff options
Diffstat (limited to 'champ-lib/champ-core/pom.xml')
-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> |