From 5baf22865853b40c33b2b25dbcb5ad8336a543c1 Mon Sep 17 00:00:00 2001 From: Gael Abadin Date: Mon, 13 May 2024 09:01:32 +0200 Subject: [PATCH] Add bouncycastle dependencies to reproduce https://github.com/payara/Payara/issues/6554 --- hello-payara-world-ejb/pom.xml | 21 +++++++++++++++++++ pom.xml | 37 ++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/hello-payara-world-ejb/pom.xml b/hello-payara-world-ejb/pom.xml index afadf11..663c08c 100644 --- a/hello-payara-world-ejb/pom.xml +++ b/hello-payara-world-ejb/pom.xml @@ -28,6 +28,27 @@ ejb provided + + + org.bouncycastle + bcutil-jdk15to18 + + + org.bouncycastle + bcmail-jdk15to18 + + + org.bouncycastle + bcprov-jdk18on + + + org.bouncycastle + bcpkix-jdk18on + + + org.bouncycastle + bcmail-jdk18on + \ No newline at end of file diff --git a/pom.xml b/pom.xml index f5c69d5..b509f04 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,7 @@ 11 5.5.0 6.2024.1 + 1.77 @@ -75,6 +76,42 @@ ${junit-jupiter.version} test + + org.bouncycastle + bcprov-jdk15to18 + ${bouncycastle.version} + + + org.bouncycastle + bcpkix-jdk15to18 + ${bouncycastle.version} + + + + org.bouncycastle + bcutil-jdk15to18 + ${bouncycastle.version} + + + org.bouncycastle + bcmail-jdk15to18 + ${bouncycastle.version} + + + org.bouncycastle + bcprov-jdk18on + ${bouncycastle.version} + + + org.bouncycastle + bcpkix-jdk18on + ${bouncycastle.version} + + + org.bouncycastle + bcmail-jdk18on + ${bouncycastle.version} +