diff options
author | tkogut <tomasz.kogut@nokia.com> | 2021-03-25 12:31:56 +0100 |
---|---|---|
committer | tkogut <tomasz.kogut@nokia.com> | 2021-03-25 17:57:39 +0100 |
commit | b7c6e7af778acb904b0be44204532f388fd2492f (patch) | |
tree | a816615791497e7393c1a84cd4e7b4515ca042b2 /security/crypt-password | |
parent | 56d195e933b57360c6f23c95d91c048f76ca755c (diff) |
Remove test dependencies(google.guava, apache.commons.lang3) usage from runtime code
Issue-ID: DCAEGEN2-2670
Signed-off-by: tkogut <tomasz.kogut@nokia.com>
Change-Id: I8ef7a1ea6e61cb1232476e6f82238a3124e52160
Diffstat (limited to 'security/crypt-password')
-rw-r--r-- | security/crypt-password/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/crypt-password/pom.xml b/security/crypt-password/pom.xml index 465a91a8..18c3a6df 100644 --- a/security/crypt-password/pom.xml +++ b/security/crypt-password/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.dcaegen2.services.sdk.security</groupId> <artifactId>dcaegen2-services-sdk-security</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> |