diff options
author | Hariharan <rh20085046@wipro.com> | 2021-08-18 14:55:48 +0530 |
---|---|---|
committer | Hariharan <rh20085046@wipro.com> | 2021-08-27 12:42:20 +0530 |
commit | 5daea7c91a07bbe5e23d584c83a0ca8ed3776316 (patch) | |
tree | d25ee3ed8060ab809ebcc9b5767fcee04b9aa741 /components/kpi-computation-ms/pom.xml | |
parent | 1972718be2da50d09ea3284a7ab1746952be4cbb (diff) |
Migrating the kpi.config from app-config file to separate policy module1.0.1-kpi-computation-ms
Issue-ID: DCAEGEN2-2835
Signed-off-by: Hariharan <rh20085046@wipro.com>
Change-Id: I06d7829031b865e3eaa2b37b81116531a4a677d5
Diffstat (limited to 'components/kpi-computation-ms/pom.xml')
-rw-r--r-- | components/kpi-computation-ms/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kpi-computation-ms/pom.xml b/components/kpi-computation-ms/pom.xml index d8e8f4d4..a0265c0d 100644 --- a/components/kpi-computation-ms/pom.xml +++ b/components/kpi-computation-ms/pom.xml @@ -36,7 +36,7 @@ <properties> <java.version>11</java.version> - <sdk.version>1.5.0</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> |