summaryrefslogtreecommitdiffstats
path: root/components/kpi-computation-ms/pom.xml
diff options
context:
space:
mode:
authorsushant53 <sushant.jadhav@t-systems.com>2023-04-26 16:05:47 +0530
committerVijay Venkatesh Kumar <vv770d@att.com>2023-05-09 20:09:31 +0000
commit75fb10969ef71b615f3a1533490382dfd019bfdc (patch)
tree3e3eedba7ec7010c0b138085e71a19cd17a53438 /components/kpi-computation-ms/pom.xml
parent05f1fe6cca8856c82d67f93e670c41609332bcdc (diff)
[DCAEGEN2] Fixed Kpi-computation-ms healthcheck issuelondon
Fixed Kpi-computation-ms healthcheck issue. Issue-ID: DCAEGEN2-3388 Change-Id: Ic7f04069d8ec6911196269ae897db7926d394586 Signed-off-by: sushant53 <sushant.jadhav@t-systems.com> (cherry picked from commit 8f333f2b8bd105d6a81726379a38fde23962f2d5)
Diffstat (limited to 'components/kpi-computation-ms/pom.xml')
-rw-r--r--components/kpi-computation-ms/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/kpi-computation-ms/pom.xml b/components/kpi-computation-ms/pom.xml
index 63070a63..b8098f7a 100644
--- a/components/kpi-computation-ms/pom.xml
+++ b/components/kpi-computation-ms/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.onap.dcaegen2.services.components</groupId>
<artifactId>kpi-ms</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<name>dcaegen2-services-kpi-computation-ms</name>
<description>Kpi ms</description>
<packaging>jar</packaging>
@@ -205,7 +205,7 @@
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
- <version>${undertow.version}</version>
+ <version>2.2.17.Final</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>