[java-idp-integration-tests] branch master updated: Override snapshot versions for testing.
Scott Cantor
cantor.2 at osu.edu
Fri Aug 5 16:22:39 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-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=24983f68e09ae1826133ac2a9b7b756894629a88
The following commit(s) were added to refs/heads/master by this push:
new 24983f6 Override snapshot versions for testing.
24983f6 is described below
commit 24983f68e09ae1826133ac2a9b7b756894629a88
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Aug 5 16:22:37 2016 -0400
Override snapshot versions for testing.
---
pom.xml | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/pom.xml b/pom.xml
index 514a661..7c737d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,27 @@
<version>4.5.2</version>
<scope>runtime</scope>
</dependency>
+ <!-- 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>
<!-- Test Dependencies -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list