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 /security/ssl/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 'security/ssl/pom.xml')
-rw-r--r-- | security/ssl/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssl/pom.xml b/security/ssl/pom.xml index 020edb8a..ff6f61b1 100644 --- a/security/ssl/pom.xml +++ b/security/ssl/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.dcaegen2.services.sdk.security</groupId> <artifactId>dcaegen2-services-sdk-security</artifactId> - <version>1.8.3-SNAPSHOT</version> + <version>1.8.4-SNAPSHOT</version> </parent> <artifactId>ssl</artifactId> |