[java-idp-testbed] branch master updated: Remove bouncycastle and cryptacular version overrides
Tom Zeller
tzeller at dragonacea.biz
Wed Aug 24 15:35:04 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-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=203b96883476862d9df5c20ad86fea2623966bb7
The following commit(s) were added to refs/heads/master by this push:
new 203b968 Remove bouncycastle and cryptacular version overrides
203b968 is described below
commit 203b96883476862d9df5c20ad86fea2623966bb7
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Aug 24 14:17:38 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 ba819ba..88e74a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,21 +167,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>
<dependency>
<groupId>com.unboundid</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list