aboutsummaryrefslogtreecommitdiffstats
path: root/sources/hv-collector-core/pom.xml
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2019-03-26 12:40:13 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-26 12:40:13 +0000
commitb1fbc2cef72a07c7da742d612b8e9650e7407877 (patch)
tree6603c70af9029701294fd3783c9df1a1016b7c8f /sources/hv-collector-core/pom.xml
parentcb08e0822cc44fc7b382e9b48682ab93607f7c43 (diff)
parent7e77162022371860d13939be1848982a735cdab9 (diff)
Merge "Use DataStream API from CBS client"
Diffstat (limited to 'sources/hv-collector-core/pom.xml')
-rw-r--r--sources/hv-collector-core/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sources/hv-collector-core/pom.xml b/sources/hv-collector-core/pom.xml
index 823f671a..e7134e18 100644
--- a/sources/hv-collector-core/pom.xml
+++ b/sources/hv-collector-core/pom.xml
@@ -119,6 +119,10 @@
<groupId>io.projectreactor.kafka</groupId>
<artifactId>reactor-kafka</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId>
+ <artifactId>cbs-client</artifactId>
+ </dependency>
</dependencies>
</project>