You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2020/02/28 17:30:52 UTC

[servicemix-bundles] branch master updated: [SM-4321]XMLBeans 3.1.0_1 Bundle : net.sf.saxon.dom package not marked as optional

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

ffang 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 0fd37d8  [SM-4321]XMLBeans 3.1.0_1 Bundle : net.sf.saxon.dom package not marked as optional
0fd37d8 is described below

commit 0fd37d81f891cd95f3809e0bae512bcbfd015f86
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Fri Feb 28 12:30:37 2020 -0500

    [SM-4321]XMLBeans 3.1.0_1 Bundle : net.sf.saxon.dom package not marked as optional
---
 pom.xml                | 1 +
 xmlbeans-3.1.0/pom.xml | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a8c50c5..59879ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,7 @@
         <module>avro-ipc-1.9.2</module>
         <module>libphonenumber-8.11.4</module>
         <module>elasticsearch-client-6.1.1</module>
+        <module>xmlbeans-3.1.0</module>
     </modules>
 
 </project>
diff --git a/xmlbeans-3.1.0/pom.xml b/xmlbeans-3.1.0/pom.xml
index d56650b..195a469 100644
--- a/xmlbeans-3.1.0/pom.xml
+++ b/xmlbeans-3.1.0/pom.xml
@@ -61,6 +61,7 @@
             com.sun.javadoc;resolution:=optional,
             com.sun.tools.javadoc;resolution:=optional,
             org.apache.tools.ant*;resolution:=optional;version="[1.7,2)",
+            net.sf.saxon.dom;resolution:=optional,
             *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.private.pkg>
@@ -112,7 +113,7 @@
             <plugin>
                 <groupId>com.googlecode.maven-download-plugin</groupId>
                 <artifactId>download-maven-plugin</artifactId>
-                <version>1.4.1</version>
+                <version>1.3.0</version>
                 <executions>
                     <execution>
                         <!-- the wget goal actually binds itself to this phase by default -->