[java-identity-provider] branch main updated: IDP-2247 Latest commons-compress breaks the plugin installer.

Rod Widdowson rdw at steadingsoftware.com
Tue Feb 20 15:19:34 UTC 2024


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

rdw pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=2e35128154e67114228777792683a6db6c49d467

The following commit(s) were added to refs/heads/main by this push:
     new 2e3512815 IDP-2247 Latest commons-compress breaks the plugin installer.
2e3512815 is described below

commit 2e35128154e67114228777792683a6db6c49d467
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Feb 20 15:19:24 2024 +0000

    IDP-2247 Latest commons-compress breaks the plugin installer.
    
    https://shibboleth.atlassian.net/browse/IDP-2247
    
    We have to manage commons-compress ourselves
---
 idp-distribution/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 14b04c2d8..35a177fed 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -179,6 +179,10 @@
                                     <groupId>org.apache.commons</groupId>
                                     <artifactId>commons-compress</artifactId>
                                 </artifactItem>
+                                <artifactItem>
+                                    <groupId>commons-io</groupId>
+                                    <artifactId>commons-io</artifactId>
+                                </artifactItem>
                                 <artifactItem>
                                     <groupId>org.apache.ant</groupId>
                                     <artifactId>ant</artifactId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list