[java-identity-provider] branch master updated: Remove redundant java-support versions.

Scott Cantor cantor.2 at osu.edu
Wed Jul 8 16:38:31 UTC 2020


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

scantor 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=b0f106d25b18aa54a07202d87099325069fcbd9b

The following commit(s) were added to refs/heads/master by this push:
       new  b0f106d25 Remove redundant java-support versions.
b0f106d25 is described below

commit b0f106d25b18aa54a07202d87099325069fcbd9b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 8 12:38:40 2020 -0400

    Remove redundant java-support versions.
---
 idp-installer/pom.xml      | 1 -
 idp-profile-spring/pom.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/idp-installer/pom.xml b/idp-installer/pom.xml
index 2f4ae4e95..42323fca6 100644
--- a/idp-installer/pom.xml
+++ b/idp-installer/pom.xml
@@ -43,7 +43,6 @@
         <dependency>
             <groupId>net.shibboleth.utilities</groupId>
             <artifactId>java-support</artifactId>
-            <version>${java-support.version}</version>
         </dependency>
         
         <dependency>
diff --git a/idp-profile-spring/pom.xml b/idp-profile-spring/pom.xml
index c097859bc..5e50902b2 100644
--- a/idp-profile-spring/pom.xml
+++ b/idp-profile-spring/pom.xml
@@ -191,7 +191,6 @@
         <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