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 2016/03/24 10:37:39 UTC

servicemix-bundles git commit: SM-2925 - Define additional optional imports in POI 3.13 and 3.14 bundles

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 57b1bf465 -> 0c8c3bba8


SM-2925 - Define additional optional imports in POI 3.13 and 3.14 bundles


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/0c8c3bba
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/0c8c3bba
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/0c8c3bba

Branch: refs/heads/master
Commit: 0c8c3bba81cde2c3280a1188943740f1d4d9d3d6
Parents: 57b1bf4
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Thu Mar 24 10:37:03 2016 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Thu Mar 24 10:37:03 2016 +0100

----------------------------------------------------------------------
 poi-3.13/pom.xml | 6 ++++++
 poi-3.14/pom.xml | 6 ++++++
 pom.xml          | 1 +
 3 files changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0c8c3bba/poi-3.13/pom.xml
----------------------------------------------------------------------
diff --git a/poi-3.13/pom.xml b/poi-3.13/pom.xml
index b03aaa4..97b54fb 100644
--- a/poi-3.13/pom.xml
+++ b/poi-3.13/pom.xml
@@ -67,6 +67,12 @@
             org.openxmlformats*;resolution:=optional,
             repackage;resolution:=optional,
             schemasMicrosoftCom*;resolution:=optional,
+            org.apache.jcp.xml.dsig.internal.dom;resolution:=optional,
+            org.apache.xml.resolver;resolution:=optional,
+            org.apache.xml.resolver.tools;resolution:=optional,
+            org.apache.xml.security;resolution:=optional,
+            org.apache.xml.security.c14n;resolution:=optional,
+            org.apache.xml.security.utils;resolution:=optional,
             *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.private.pkg>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0c8c3bba/poi-3.14/pom.xml
----------------------------------------------------------------------
diff --git a/poi-3.14/pom.xml b/poi-3.14/pom.xml
index a3dd523..4cd4650 100644
--- a/poi-3.14/pom.xml
+++ b/poi-3.14/pom.xml
@@ -67,6 +67,12 @@
             org.openxmlformats*;resolution:=optional,
             repackage;resolution:=optional,
             schemasMicrosoftCom*;resolution:=optional,
+            org.apache.jcp.xml.dsig.internal.dom;resolution:=optional,
+            org.apache.xml.resolver;resolution:=optional,
+            org.apache.xml.resolver.tools;resolution:=optional,
+            org.apache.xml.security;resolution:=optional,
+            org.apache.xml.security.c14n;resolution:=optional,
+            org.apache.xml.security.utils;resolution:=optional,
             *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.private.pkg>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0c8c3bba/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2e5a0b6..1fbdd20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,7 @@
         <module>htmlunit-2.20</module>
         <module>docker-java-2.2.3</module>
         <module>jedis-2.8.1</module>
+        <module>poi-3.13</module>
         <module>poi-3.14</module>
         <module>hbase-1.2.0</module>
         <module>braintree-java-2.58.0</module>