From d9ab127d654254f5dc80da1d19d090d1424e6afc Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Wed, 1 Feb 2023 18:50:53 -0800 Subject: [PATCH] PCT compatibility with GitHub plugin (#268) --- ui/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ui/pom.xml b/ui/pom.xml index a1bb0bc2..04f1fbdd 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -63,6 +63,11 @@ org.jenkins-ci.plugins.workflow workflow-job + + org.jenkins-ci.plugins + bouncycastle-api + test + org.jenkins-ci.plugins script-security @@ -89,6 +94,15 @@ 1.1.0 test + + + org.bouncycastle + bcpkix-jdk15on + + + org.bouncycastle + bcprov-jdk15on + org.seleniumhq.selenium selenium-java