aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPiotr Bocheński <piotr.bochenski@nokia.com>2018-11-30 18:03:17 +0100
committerPiotr Bocheński <piotr.bochenski@nokia.com>2018-11-30 18:03:17 +0100
commit85e1d39b283ffe6c78f8d8175809f285059b92cb (patch)
treeecee952afe96a76bfdb4c9457683d3d283487094 /pom.xml
parent04d00af2b844424118fe87e05c9fe80fe04ef9d2 (diff)
SDK integration: use 'cbs-client' in PRH
Change-Id: Ifd097c7d2305432f450bbcceb521cf2341f4cb6c Issue-ID: DCAEGEN2-1011 Signed-off-by: Piotr Bocheński <piotr.bochenski@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b9e9f81c..322bf65b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,6 +200,11 @@
<artifactId>tomcat-embed-websocket</artifactId>
<version>${tomcat.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId>
+ <artifactId>cbs-client</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>ch.qos.logback</groupId>