summaryrefslogtreecommitdiffstats
path: root/components/kpi-computation-ms/pom.xml
diff options
context:
space:
mode:
authormalar <malarvizhi.44@wipro.com>2022-10-12 07:22:02 +0000
committermalar <malarvizhi.44@wipro.com>2022-10-12 08:01:49 +0000
commit430efb51d5c9bb3c294c9791f246d2b6c2c4388e (patch)
tree5f4dad6834387226b4810971f382347d40f4ae43 /components/kpi-computation-ms/pom.xml
parent46164ce992ae8f46119c86510f995566271bca84 (diff)
Revert "KPI-MS Switch from Cambria library to dmaap-sdk"1.0.10-kpi-computation-ms
This reverts commit 8db39359abef9f94c8cbec10189cd295cf1d814f. Issue-ID: DCAEGEN2-3180 Change-Id: I41c3fc52ec93aac5473869f2098fede89b340d34 Signed-off-by: malar <malarvizhi.44@wipro.com>
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 6625181c..8ee82800 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.9-SNAPSHOT</version>
+ <version>1.0.10-SNAPSHOT</version>
<name>dcaegen2-services-kpi-computation-ms</name>
<description>Kpi ms</description>
<packaging>jar</packaging>
@@ -124,6 +124,11 @@
<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.13.3</version>
@@ -292,11 +297,6 @@
<artifactId>logback-core</artifactId>
<version>1.2.11</version>
</dependency>
- <dependency>
- <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId>
- <artifactId>dmaap-client</artifactId>
- <version>${sdk.version}</version>
- </dependency>
</dependencies>
<build>