[java-parent-project] branch main updated: IDP-1785 - Move idp-parent managed deps into java-parent-project

Scott Cantor cantor.2 at osu.edu
Mon Apr 5 19:54:28 UTC 2021


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=35087489990605946954714dcdf6f21d8c9bc432

The following commit(s) were added to refs/heads/main by this push:
       new  3508748   IDP-1785 - Move idp-parent managed deps into java-parent-project
3508748 is described below

commit 35087489990605946954714dcdf6f21d8c9bc432
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 5 15:54:26 2021 -0400

    IDP-1785 - Move idp-parent managed deps into java-parent-project
    
    https://issues.shibboleth.net/jira/browse/IDP-1785
    
    Add a managed dep. for commons-lang for idwsfconsumer.
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 66a7e94..89f0230 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,6 +216,12 @@
                 <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.


More information about the commits mailing list