[spring-extensions] branch master updated: Override cryptacular and BC versions for testing.

Scott Cantor cantor.2 at osu.edu
Fri Aug 5 14:34:53 EDT 2016


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

scantor pushed a commit to branch master
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=f82e1aca9f09511191f3e781d5d348260552c7aa

The following commit(s) were added to refs/heads/master by this push:
       new  f82e1ac   Override cryptacular and BC versions for testing.
f82e1ac is described below

commit f82e1aca9f09511191f3e781d5d348260552c7aa
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Aug 5 14:34:52 2016 -0400

    Override cryptacular and BC versions for testing.
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index a193305..7a066bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,9 +71,17 @@
         <dependency>
             <groupId>org.cryptacular</groupId>
             <artifactId>cryptacular</artifactId>
+            <version>1.1.1-SNAPSHOT</version>
             <!-- Required for any classes that deals with cryptographic artifacts (keys, certs, algorithms, etc.) -->
             <optional>true</optional>
         </dependency>
+        <!-- Override temporarily. -->
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcprov-jdk15on</artifactId>
+            <version>1.54</version>
+            <optional>true</optional>
+        </dependency>
         <dependency>
             <groupId>net.shibboleth.utilities</groupId>
             <artifactId>java-support</artifactId>

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


More information about the commits mailing list