[java-idp-testbed] branch master updated: Override snapshot versions for testing.

Scott Cantor cantor.2 at osu.edu
Fri Aug 5 16:22:59 EDT 2016


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

scantor 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=1a311be66a9c4621eafdfaeae54bbcb018737e54

The following commit(s) were added to refs/heads/master by this push:
       new  1a311be   Override snapshot versions for testing.
1a311be is described below

commit 1a311be66a9c4621eafdfaeae54bbcb018737e54
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Aug 5 16:22:58 2016 -0400

    Override snapshot versions for testing.
---
 pom.xml | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3189003..bf758f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,12 +161,27 @@
             <artifactId>guava</artifactId>
         </dependency>
 
-        <!-- override parent, remove when 1.0.8 is released -->
+        <!-- override parent, remove when snapshots are released -->
         <dependency>
             <groupId>org.ldaptive</groupId>
             <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