[java-parent-project] branch main updated: Manage another Bouncy Castle component we use in the IdP

Ian Young ian at iay.org.uk
Wed Nov 11 11:33:35 UTC 2020


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=f2d3336c75f0655cd57238fa18bfea61e811bd36

The following commit(s) were added to refs/heads/main by this push:
       new  f2d3336   Manage another Bouncy Castle component we use in the IdP
f2d3336 is described below

commit f2d3336c75f0655cd57238fa18bfea61e811bd36
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Nov 11 11:33:32 2020 +0000

    Manage another Bouncy Castle component we use in the IdP
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index d24bbc0..33be4e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,6 +346,11 @@
                 <artifactId>cryptacular</artifactId>
                 <version>${cryptacular.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.bouncycastle</groupId>
+                <artifactId>bcpg-jdk15on</artifactId>
+                <version>${bouncycastle.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcprov-jdk15on</artifactId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list