From c75f76167c1ebcb15c4da89493251f55ee96ca02 Mon Sep 17 00:00:00 2001 From: Richard Zowalla Date: Tue, 10 Oct 2023 20:23:05 +0200 Subject: [PATCH] Avoid duplicate bouncycastle jars in the libs due to invalid excludes from previous dependency upgrades --- boms/tomee-microprofile/pom.xml | 22 ---------------------- boms/tomee-plume/pom.xml | 22 ---------------------- boms/tomee-plus/pom.xml | 22 ---------------------- server/openejb-cxf/pom.xml | 4 ++++ 4 files changed, 4 insertions(+), 66 deletions(-) diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml index 3debd05ce21..18ff4d9331f 100644 --- a/boms/tomee-microprofile/pom.xml +++ b/boms/tomee-microprofile/pom.xml @@ -1866,17 +1866,6 @@ - - org.bouncycastle - bcpkix-jdk18on - 1.72 - - - * - * - - - org.bouncycastle bcprov-jdk15to18 @@ -1899,17 +1888,6 @@ - - org.bouncycastle - bcutil-jdk18on - 1.72 - - - * - * - - - org.codehaus.swizzle swizzle-stream diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml index 90f5c104933..c14940a4212 100644 --- a/boms/tomee-plume/pom.xml +++ b/boms/tomee-plume/pom.xml @@ -1977,17 +1977,6 @@ - - org.bouncycastle - bcpkix-jdk18on - 1.72 - - - * - * - - - org.bouncycastle bcprov-jdk15to18 @@ -2010,17 +1999,6 @@ - - org.bouncycastle - bcutil-jdk18on - 1.72 - - - * - * - - - org.codehaus.swizzle swizzle-stream diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml index 5f23e099b0f..7689cfe6612 100644 --- a/boms/tomee-plus/pom.xml +++ b/boms/tomee-plus/pom.xml @@ -2010,17 +2010,6 @@ - - org.bouncycastle - bcpkix-jdk18on - 1.72 - - - * - * - - - org.bouncycastle bcprov-jdk15to18 @@ -2043,17 +2032,6 @@ - - org.bouncycastle - bcutil-jdk18on - 1.72 - - - * - * - - - org.codehaus.swizzle swizzle-stream diff --git a/server/openejb-cxf/pom.xml b/server/openejb-cxf/pom.xml index b545f8c5a4d..645a61e3728 100644 --- a/server/openejb-cxf/pom.xml +++ b/server/openejb-cxf/pom.xml @@ -143,6 +143,10 @@ org.bouncycastle bcprov-jdk18on + + org.bouncycastle + bcpkix-jdk18on +