[java-opensaml] branch master updated: Add explicit version to java-support test-jar dependency.

Brent Putman putmanb at georgetown.edu
Mon Mar 20 22:01:23 EDT 2017


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

putmanb pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=4237f832ae6053fd09f13f77717bfb18e2d8b73e

The following commit(s) were added to refs/heads/master by this push:
       new  4237f83   Add explicit version to java-support test-jar dependency.
4237f83 is described below

commit 4237f832ae6053fd09f13f77717bfb18e2d8b73e
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Mon Mar 20 22:01:22 2017 -0400

    Add explicit version to java-support test-jar dependency.
---
 opensaml-saml-impl/pom.xml   | 1 +
 opensaml-xmlsec-impl/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/opensaml-saml-impl/pom.xml b/opensaml-saml-impl/pom.xml
index 14006f9..275284d 100644
--- a/opensaml-saml-impl/pom.xml
+++ b/opensaml-saml-impl/pom.xml
@@ -144,6 +144,7 @@
         <dependency>
             <groupId>net.shibboleth.utilities</groupId>
             <artifactId>java-support</artifactId>
+            <version>${java-support.version}</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
diff --git a/opensaml-xmlsec-impl/pom.xml b/opensaml-xmlsec-impl/pom.xml
index 5c5756d..90e4567 100644
--- a/opensaml-xmlsec-impl/pom.xml
+++ b/opensaml-xmlsec-impl/pom.xml
@@ -54,6 +54,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