diff options
author | Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com> | 2021-05-06 10:27:19 +0200 |
---|---|---|
committer | Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com> | 2021-05-18 09:23:13 +0200 |
commit | 9779ca13ed180fc69cdad5336b30a26edfd7d0fa (patch) | |
tree | 76bde46fd31315a1728d91670743552d3121e332 /rest-services/pom.xml | |
parent | 100e06241c0bce987b53ebe03b103eb19d282a81 (diff) |
Add to Java CBS-Client ability to resolve evns in app-config.yaml loaded from ConfigMap
Change-Id: Ic85c1511133594500bdf31b9d491cc70d34ff5d5
Issue-ID: DCAEGEN2-2716
Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
Diffstat (limited to 'rest-services/pom.xml')
-rw-r--r-- | rest-services/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest-services/pom.xml b/rest-services/pom.xml index 8a64cd35..ddc6c25e 100644 --- a/rest-services/pom.xml +++ b/rest-services/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.onap.dcaegen2.services</groupId> <artifactId>sdk</artifactId> - <version>1.8.3-SNAPSHOT</version> + <version>1.8.4-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.services.sdk</groupId> |