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 2019/01/14 03:09:09 UTC

[servicemix-bundles] branch master updated: [SM-3920]more revise

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 af32896  [SM-3920]more revise
af32896 is described below

commit af3289631374cfa3421a54dc470dc035c26604ee
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Mon Jan 14 11:08:51 2019 +0800

    [SM-3920]more revise
---
 jaxb-runtime-2.3.2/pom.xml | 30 +++++++++++++++++++++++++++---
 1 file changed, 27 insertions(+), 3 deletions(-)

diff --git a/jaxb-runtime-2.3.2/pom.xml b/jaxb-runtime-2.3.2/pom.xml
index 6700a6d..435f8f8 100644
--- a/jaxb-runtime-2.3.2/pom.xml
+++ b/jaxb-runtime-2.3.2/pom.xml
@@ -53,6 +53,8 @@
               <artifactSet>
                 <includes>
                   <include>${pkgGroupId}:${pkgArtifactId}</include>
+                  <include>${pkgGroupId}:txw2</include>
+                  <include>com.sun.istack:istack-commons-runtime</include>
                 </includes>
               </artifactSet>
               <filters>
@@ -77,6 +79,16 @@
       <artifactId>${pkgArtifactId}</artifactId>
       <version>${pkgVersion}</version>
     </dependency>
+    <dependency>
+      <groupId>${pkgGroupId}</groupId>
+      <artifactId>txw2</artifactId>
+      <version>${pkgVersion}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.istack</groupId>
+      <artifactId>istack-commons-runtime</artifactId>
+      <version>3.0.7</version>
+    </dependency>
 
     <!-- sources -->
     <dependency>
@@ -85,6 +97,18 @@
       <version>${pkgVersion}</version>
       <classifier>sources</classifier>
     </dependency>
+    <dependency>
+      <groupId>${pkgGroupId}</groupId>
+      <artifactId>txw2</artifactId>
+      <version>${pkgVersion}</version>
+      <classifier>sources</classifier>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.istack</groupId>
+      <artifactId>istack-commons-runtime</artifactId>
+      <version>3.0.7</version>
+      <classifier>sources</classifier>
+    </dependency>
   </dependencies>
   <properties>
     <pkgVersion>2.3.2</pkgVersion>
@@ -115,11 +139,11 @@
             javax.xml.stream*;resolution:=optional,
             org.jvnet.fastinfoset*;resolution:=optional,
             org.jvnet.staxex*;resolution:=optional,
-            com.sun.istack*;resolution:=optional,
-            com.sun.xml.txw2*;resolution:=optional
     </servicemix.osgi.import.pkg>
     <servicemix.osgi.export.pkg>
-            com.sun.xml.bind
+            com.sun.xml.bind*,
+            com.sun.xml.txw2*,
+            com.sun.istack*
     </servicemix.osgi.export.pkg>
     <pkgArtifactId>
             jaxb-runtime