This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=bdbbc064334f879b989d747a76ec62fd6c1d55ba
The following commit(s) were added to refs/heads/main by this push:
new bdbbc06 IDP-1958 - Remove ID-WSF SAML delegation support
bdbbc06 is described below
commit bdbbc064334f879b989d747a76ec62fd6c1d55ba
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 7 08:36:35 2022 -0400
IDP-1958 - Remove ID-WSF SAML delegation support
https://shibboleth.atlassian.net/browse/IDP-1958
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index f358086..ea5bb27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,12 +267,6 @@
<artifactId>commons-codec</artifactId>
<version>1.15</version>
</dependency>
- <!-- Used only by idwsfconsumer, should be removed in the future. -->
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.6</version>
- </dependency>
<dependency>
<groupId>eu.bitwalker</groupId>
<artifactId>UserAgentUtils</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.