[java-support] branch master updated: BC version was still overridden.

Scott Cantor cantor.2 at osu.edu
Fri Aug 26 11:57:13 EDT 2016


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

scantor pushed a commit to branch master
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=816b6273f7c8c11c52581437efa8e38fab2cc2ff

The following commit(s) were added to refs/heads/master by this push:
       new  816b627   BC version was still overridden.
816b627 is described below

commit 816b6273f7c8c11c52581437efa8e38fab2cc2ff
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Aug 26 11:57:11 2016 -0400

    BC version was still overridden.
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a323c7a..f994d12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,14 +101,12 @@
             <!--  Required if you're using classes from the security package. -->
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcprov-jdk15on</artifactId>
-            <version>1.54</version>
             <optional>true</optional>
         </dependency>
         <dependency>
             <!--  Required if you're using classes from the security package. -->
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcpkix-jdk15on</artifactId>
-            <version>1.54</version>
             <optional>true</optional>
         </dependency>
 

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


More information about the commits mailing list