This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new a164f361b SM-5775: POI bundle imports commons-io instead of shipping it
a164f361b is described below

commit a164f361bac059335ef24028c122421c1408f59c
Author: JB Onofré <[email protected]>
AuthorDate: Mon Oct 7 07:33:42 2024 -0600

    SM-5775: POI bundle imports commons-io instead of shipping it
---
 poi-5.2.3/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/poi-5.2.3/pom.xml b/poi-5.2.3/pom.xml
index c78277bb4..c4199477e 100644
--- a/poi-5.2.3/pom.xml
+++ b/poi-5.2.3/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>15</version>
+        <version>16</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -92,6 +92,7 @@
             org.apache.commons.collections4.*,
             org.apache.commons.math3.*,
             org.apache.commons.compress.*,
+            org.apache.commons.io.*,
             org.apache.logging.*,
             org.bouncycastle.*;resolution:=optional,
             org.apache.jcp.xml.dsig.internal.dom;resolution:=optional,
@@ -132,6 +133,10 @@
                     <artifactId>commons-math3</artifactId>
                     <groupId>org.apache.commons</groupId>
                 </exclusion>
+                <exclusion>
+                    <artifactId>commons-io</artifactId>
+                    <groupId>commons-io</groupId>
+                </exclusion>
             </exclusions>
             <optional>true</optional>
         </dependency>

Reply via email to