summaryrefslogtreecommitdiffstats
path: root/components/slice-analysis-ms/pom.xml
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2021-12-20 01:21:35 +0000
committerGerrit Code Review <gerrit@onap.org>2021-12-20 01:21:35 +0000
commit67df4303f5064b9d15581970857c20f3c818d23b (patch)
tree996b6c9aabe813ddf0ed1d14a91e76b422239afc /components/slice-analysis-ms/pom.xml
parentf5397b0ff3b796cd254299695b1b5343493a5597 (diff)
parent1e4d359d458493cf615f151e4fa4a8f300490067 (diff)
Merge "[DCAEGEN2] Switch CBS client library to 1.8.7 and fix null pointer exception while fetching slice-config"
Diffstat (limited to 'components/slice-analysis-ms/pom.xml')
-rw-r--r--components/slice-analysis-ms/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/slice-analysis-ms/pom.xml b/components/slice-analysis-ms/pom.xml
index 5fede6fe..faf60322 100644
--- a/components/slice-analysis-ms/pom.xml
+++ b/components/slice-analysis-ms/pom.xml
@@ -39,7 +39,7 @@
<packaging>jar</packaging>
<properties>
<java.version>11</java.version>
- <sdk.version>1.1.4</sdk.version>
+ <sdk.version>1.8.7</sdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>