summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2021-11-16 10:36:10 +0100
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2022-01-25 13:10:49 +0100
commit59fe5fc76f320c16738f65f268db908faa884e14 (patch)
tree0bef2a82e3a9ca90012d526459f205201b7ded4a /pom.xml
parent0b0abb996459578641823b4354830fd8747b5573 (diff)
Switch configuration provider to CBS Client - DCAE SDK
Issue-ID: DCAEGEN2-2964 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Iaaf170d209b77b9709cc202c131f9d3bdf1033ed
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 7d74cfb..5b0d9a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2019-2020 Nordix Foundation.
- Copyright (C) 2020-2021 Nokia. All rights reserved.
+ Copyright (C) 2020-2022 Nokia. All rights reserved.
Copyright (C) 2021 Samsung Electronics. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
@@ -34,7 +34,7 @@
<groupId>org.onap.dcaegen2.services</groupId>
<artifactId>pm-mapper</artifactId>
- <version>1.7.2-SNAPSHOT</version>
+ <version>1.8.0-SNAPSHOT</version>
<name>dcaegen2-services-pm-mapper</name>
@@ -53,7 +53,8 @@
<commons.io.version>2.8.0</commons.io.version>
<xml.version>2.3.1</xml.version>
<jaxb.version>2.3.0.1</jaxb.version>
- <dmaap-client.version>1.8.2</dmaap-client.version>
+ <!-- DCAE SDK -->
+ <sdk.version>1.8.7</sdk.version>
<!-- Testing Test Dependencies -->
<junit.version>5.3.2</junit.version>
<mockito.version>2.23.4</mockito.version>
@@ -125,7 +126,12 @@
<dependency>
<groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId>
<artifactId>dmaap-client</artifactId>
- <version>${dmaap-client.version}</version>
+ <version>${sdk.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId>
+ <artifactId>cbs-client</artifactId>
+ <version>${sdk.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>