[java-identity-provider] 26/51: IDP-2247 Latest commons-compress breaks the plugin installer.

Rod Widdowson rdw at steadingsoftware.com
Sat Mar 16 14:28:58 UTC 2024


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

rdw pushed a commit to branch dev/IDP-2147
in repository java-identity-provider.

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

commit 419f7d455a3c41c7912f7feaea684e9cadcd61ec
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