diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-07-07 13:39:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-07 13:39:00 +0000 |
commit | b72f69b466ccd0e8fa5be8baa94bea50651f16db (patch) | |
tree | a1bae8fed8d1349b8a966a71d0100786e5d7df4a /cps-bom/pom.xml | |
parent | d32354171c15651c24b8e7f99c1164b75411489a (diff) | |
parent | ff52b94907002d2d2910567e1ad5f55e66008eb8 (diff) |
Merge "Sending Data Updated Event to kafka"
Diffstat (limited to 'cps-bom/pom.xml')
-rw-r--r-- | cps-bom/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index 12961b8fd2..f947eaecf6 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -2,6 +2,7 @@ <!-- ============LICENSE_START======================================================= Modification Copyright (C) 2021 Nordix Foundation + Modification Copyright (C) 2021 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -82,6 +83,11 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> + <artifactId>cps-events</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> <artifactId>checkstyle</artifactId> <version>${project.version}</version> </dependency> |