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

Rod Widdowson rdw at steadingsoftware.com
Tue Feb 20 15:25:55 UTC 2024


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

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

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

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

commit bce2814acfd6d72897f283bce0597edc07c01e46
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Feb 20 15:25:35 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 5c047c6c6..e0191eb39 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -191,6 +191,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