From b7c6e7af778acb904b0be44204532f388fd2492f Mon Sep 17 00:00:00 2001 From: tkogut Date: Thu, 25 Mar 2021 12:31:56 +0100 Subject: Remove test dependencies(google.guava, apache.commons.lang3) usage from runtime code Issue-ID: DCAEGEN2-2670 Signed-off-by: tkogut Change-Id: I8ef7a1ea6e61cb1232476e6f82238a3124e52160 --- security/crypt-password/pom.xml | 2 +- security/pom.xml | 2 +- security/ssl/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'security') 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 @@ org.onap.dcaegen2.services.sdk.security dcaegen2-services-sdk-security - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT 4.0.0 diff --git a/security/pom.xml b/security/pom.xml index 4980b31c..8ac4389b 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -7,7 +7,7 @@ org.onap.dcaegen2.services sdk - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT org.onap.dcaegen2.services.sdk.security diff --git a/security/ssl/pom.xml b/security/ssl/pom.xml index 23fee06b..68f430b7 100644 --- a/security/ssl/pom.xml +++ b/security/ssl/pom.xml @@ -6,7 +6,7 @@ org.onap.dcaegen2.services.sdk.security dcaegen2-services-sdk-security - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT ssl -- cgit 1.2.3-korg