[java-identity-provider] branch master updated: Add explicit version to java-support test-jar dependency.
Brent Putman
putmanb at georgetown.edu
Mon Mar 20 22:01:40 EDT 2017
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=77875f4a992922d1b6cabbe556db028fc63efc51
The following commit(s) were added to refs/heads/master by this push:
new 77875f4 Add explicit version to java-support test-jar dependency.
77875f4 is described below
commit 77875f4a992922d1b6cabbe556db028fc63efc51
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Mon Mar 20 22:01:39 2017 -0400
Add explicit version to java-support test-jar dependency.
---
idp-profile-spring/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-profile-spring/pom.xml b/idp-profile-spring/pom.xml
index c333e96..aa1b333 100644
--- a/idp-profile-spring/pom.xml
+++ b/idp-profile-spring/pom.xml
@@ -120,6 +120,7 @@
<dependency>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
+ <version>${java-support.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list