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 2019/10/25 04:55:19 UTC

[servicemix-bundles] branch master updated: Dependencies on the original poi modules made optional as servicemix already embeds them

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 fc6f7af  Dependencies on the original poi modules made optional as servicemix already embeds them
     new da9f18d  Merge pull request #140 from rigd-loxia/master
fc6f7af is described below

commit fc6f7af928948ed88b04d2fc3e619ce8b60bcdaa
Author: Chris <ch...@nutstree.nl>
AuthorDate: Fri Oct 4 22:39:43 2019 +0200

    Dependencies on the original poi modules made optional as servicemix already embeds them
---
 poi-4.1.0/pom.xml | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/poi-4.1.0/pom.xml b/poi-4.1.0/pom.xml
index 5da50a8..22d0d0f 100644
--- a/poi-4.1.0/pom.xml
+++ b/poi-4.1.0/pom.xml
@@ -129,6 +129,7 @@
                     <groupId>org.apache.commons</groupId>
                 </exclusion>
             </exclusions>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>${pkgGroupId}</groupId>
@@ -140,6 +141,7 @@
                     <groupId>org.apache.poi</groupId>
                 </exclusion>
             </exclusions>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>${pkgGroupId}</groupId>
@@ -151,6 +153,7 @@
                     <groupId>org.apache.xmlbeans</groupId>
                 </exclusion>
             </exclusions>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>${pkgGroupId}</groupId>
@@ -178,6 +181,7 @@
                     <groupId>org.apache.poi</groupId>
                 </exclusion>
             </exclusions>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>${pkgGroupId}</groupId>
@@ -189,6 +193,7 @@
                     <groupId>org.apache.xmlbeans</groupId>
                 </exclusion>
             </exclusions>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>com.github.virtuald</groupId>
@@ -217,7 +222,7 @@
                     <groupId>org.apache.commons</groupId>
                 </exclusion>
             </exclusions>
-            <optional>false</optional>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>${pkgGroupId}</groupId>
@@ -230,7 +235,7 @@
                     <groupId>org.apache.poi</groupId>
                 </exclusion>
             </exclusions>
-            <optional>false</optional>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>${pkgGroupId}</groupId>
@@ -255,7 +260,7 @@
                     <groupId>org.apache.poi</groupId>
                 </exclusion>
             </exclusions>
-            <optional>false</optional>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>${pkgGroupId}</groupId>
@@ -268,7 +273,7 @@
                     <groupId>org.apache.xmlbeans</groupId>
                 </exclusion>
             </exclusions>
-            <optional>false</optional>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>com.github.virtuald</groupId>