From 7b8acdf5b70fdcda448fa1ae871df0e0723f08db Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 12 Jul 2023 18:58:06 +0100 Subject: [PATCH] Replace outdated dependency org.bouncycastle:bcpkix-jdk15on Signed-off-by: Vasyl Razinkov Change-Id: I0fecbfd4be46b81a66059d1a18cb5f9b09eb76cd Issue-ID: SDC-4569 --- common-be-tests-utils/pom.xml | 7 +++++-- common-be/pom.xml | 7 +++++-- integration-tests/pom.xml | 2 +- .../backend/openecomp-sdc-vendor-software-product-manager/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/common-be-tests-utils/pom.xml b/common-be-tests-utils/pom.xml index a376ac74a9..4c82e06098 100644 --- a/common-be-tests-utils/pom.xml +++ b/common-be-tests-utils/pom.xml @@ -32,6 +32,10 @@ com.fasterxml.jackson.core jackson-annotations + + org.bouncycastle + bcprov-jdk15on + @@ -129,9 +133,8 @@ org.bouncycastle - bcpkix-jdk15on + bcpkix-lts8on ${bouncycastle.version} - compile diff --git a/common-be/pom.xml b/common-be/pom.xml index ab30ad5f99..2fc7a859ef 100644 --- a/common-be/pom.xml +++ b/common-be/pom.xml @@ -36,6 +36,10 @@ com.fasterxml.jackson.core jackson-annotations + + org.bouncycastle + bcprov-jdk15on + @@ -139,9 +143,8 @@ org.bouncycastle - bcpkix-jdk15on + bcpkix-lts8on ${bouncycastle.version} - compile diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index b0e6e77420..6d936f73ee 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -345,7 +345,7 @@ limitations under the License. org.bouncycastle - bcprov-jdk15on + * diff --git a/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml b/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml index 24087180f8..a0d1923e82 100644 --- a/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml @@ -211,7 +211,7 @@ org.bouncycastle - bcpkix-jdk15on + bcpkix-lts8on ${bouncycastle.version} diff --git a/pom.xml b/pom.xml index 800c3f511c..a6fa2579b1 100644 --- a/pom.xml +++ b/pom.xml @@ -180,7 +180,7 @@ Modifications copyright (c) 2018-2019 Nokia true false - 1.70 + 2.73.2 1.43 -- 2.16.6