You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2022/08/22 09:41:39 UTC

[servicemix-bundles] branch master updated: [SM-5252] Add org.xml.sax.ext import package in POI bundle

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 17187735e [SM-5252] Add org.xml.sax.ext import package in POI bundle
17187735e is described below

commit 17187735eb81c7db1e600bff924216dd2bba5fa0
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Aug 22 11:41:09 2022 +0200

    [SM-5252] Add org.xml.sax.ext import package in POI bundle
---
 poi-5.2.2/pom.xml | 1 +
 pom.xml           | 1 +
 2 files changed, 2 insertions(+)

diff --git a/poi-5.2.2/pom.xml b/poi-5.2.2/pom.xml
index 35c726643..ca22ec61e 100644
--- a/poi-5.2.2/pom.xml
+++ b/poi-5.2.2/pom.xml
@@ -86,6 +86,7 @@
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
             org.xml.sax*,
+	    org.xml.sax.ext,
             org.w3c.dom*,
             javax.xml.*,
             org.apache.xmlbeans.*,
diff --git a/pom.xml b/pom.xml
index 5f4f95b1c..72fdb1b79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,7 @@
        <module>hadoop-client-3.3.4</module>
        <module>postgresql-42.4.2</module>
        <module>braintree-java-3.18.0</module>
+       <module>poi-5.2.2</module>
     </modules>
 
 </project>