diff options
Diffstat (limited to 'champ-lib/champ-core')
-rw-r--r-- | champ-lib/champ-core/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index c64b0df..11dfff8 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -44,6 +44,11 @@ limitations under the License. <groupId>org.onap.aai.event-client</groupId> <artifactId>event-client-dmaap</artifactId> </dependency> + + <dependency> + <groupId>org.onap.aai.event-client</groupId> + <artifactId>event-client-kafka</artifactId> + </dependency> <!-- Event Bus Library - END --> <dependency> |