[java-idp-integration-tests] branch master updated: Remove bouncycastle and cryptacular version overrides

Tom Zeller tzeller at dragonacea.biz
Wed Aug 24 15:35:13 EDT 2016


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

tzeller pushed a commit to branch master
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=57d3219d57ff3a9dba811510b93d331a5ceb4fa3

The following commit(s) were added to refs/heads/master by this push:
       new  57d3219   Remove bouncycastle and cryptacular version overrides
57d3219 is described below

commit 57d3219d57ff3a9dba811510b93d331a5ceb4fa3
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Aug 24 14:17:50 2016 -0500

    Remove bouncycastle and cryptacular version overrides
    
    Follows update to parent-v3 POM.
---
 pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index c83dad7..bda975c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,21 +96,6 @@
             <artifactId>ldaptive</artifactId>
             <version>1.0.8-SNAPSHOT</version>
         </dependency>
-        <dependency>
-            <groupId>org.cryptacular</groupId>
-            <artifactId>cryptacular</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk15on</artifactId>
-            <version>1.54</version>
-        </dependency>
-        <dependency>
-            <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpkix-jdk15on</artifactId>
-            <version>1.54</version>
-        </dependency>
 
 
         <!-- Test Dependencies -->

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


More information about the commits mailing list