summaryrefslogtreecommitdiffstats
path: root/components/kpi-computation-ms/pom.xml
diff options
context:
space:
mode:
authorAhila <ahila.pandaram@wipro.com>2022-09-01 17:31:38 +0530
committerAhila <ahila.pandaram@wipro.com>2022-09-02 02:33:17 +0530
commit8db39359abef9f94c8cbec10189cd295cf1d814f (patch)
tree1a78f6cb9fb019c3730774d1de14330fd7d34854 /components/kpi-computation-ms/pom.xml
parent113d2b262579a49492e8f95d8a767053b52d2a42 (diff)
KPI-MS Switch from Cambria library to dmaap-sdk
Issue-ID: DCAEGEN2-3180 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: Ib4c483f56588a345096278510d8deb16a6a6fb7f
Diffstat (limited to 'components/kpi-computation-ms/pom.xml')
-rw-r--r--components/kpi-computation-ms/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/components/kpi-computation-ms/pom.xml b/components/kpi-computation-ms/pom.xml
index 89f83aaf..8bde484a 100644
--- a/components/kpi-computation-ms/pom.xml
+++ b/components/kpi-computation-ms/pom.xml
@@ -29,7 +29,7 @@
<groupId>org.onap.dcaegen2.services.components</groupId>
<artifactId>kpi-ms</artifactId>
- <version>1.0.7-SNAPSHOT</version>
+ <version>1.0.8-SNAPSHOT</version>
<name>dcaegen2-services-kpi-computation-ms</name>
<description>Kpi ms</description>
<packaging>jar</packaging>
@@ -125,11 +125,6 @@
<scope>import</scope>
</dependency>
<dependency>
- <groupId>com.att.nsa</groupId>
- <artifactId>cambriaClient</artifactId>
- <version>0.0.1</version>
- </dependency>
- <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.6</version>
@@ -303,6 +298,11 @@
<artifactId>logback-core</artifactId>
<version>1.2.10</version>
</dependency>
+ <dependency>
+ <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId>
+ <artifactId>dmaap-client</artifactId>
+ <version>${sdk.version}</version>
+ </dependency>
</dependencies>
<build>