You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2014/07/29 09:47:00 UTC

svn commit: r1614277 - in /chemistry/opencmis/trunk: chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml

Author: fmui
Date: Tue Jul 29 07:47:00 2014
New Revision: 1614277

URL: http://svn.apache.org/r1614277
Log:
set JAX-WS dependency to correct version

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml
    chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml
    chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml

Modified: chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml?rev=1614277&r1=1614276&r2=1614277&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml Tue Jul 29 07:47:00 2014
@@ -76,7 +76,7 @@
                           org.apache.chemistry.opencmis.client.bindings.spi.*;version=${project.version}
                         </Export-Package>
                         <Import-Package>
-                          com.sun.xml.ws.*;version="[2.1,3.0)";resolution:=optional,
+                          com.sun.xml.ws.*;version="[2.1.7,3.0)";resolution:=optional,
                           org.apache.cxf.*;resolution:=optional,
                           org.apache.http.*;resolution:=optional,
                           org.apache.axis2.*;resolution:=optional,

Modified: chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml?rev=1614277&r1=1614276&r2=1614277&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml Tue Jul 29 07:47:00 2014
@@ -131,7 +131,7 @@
                         </Export-Package>
                         <Import-Package>
                           org.apache.chemistry.opencmis.commons.*,
-                          com.sun.xml.ws.*;version="[2.1,3.0)";resolution:=optional,
+                          com.sun.xml.ws.*;version="[2.1.7,3.0)";resolution:=optional,
                           *
                         </Import-Package>
                         <Bundle-DocURL>${project.url}</Bundle-DocURL>

Modified: chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml?rev=1614277&r1=1614276&r2=1614277&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml Tue Jul 29 07:47:00 2014
@@ -56,7 +56,7 @@
                         <Import-Package>
                             org.slf4j;resolution:=optional,
                             org.slf4j.impl;resolution:=optional,
-                            com.sun.xml.ws.*;version="[2.1,3.0)";resolution:=optional,
+                            com.sun.xml.ws.*;version="[2.1.7,3.0)";resolution:=optional,
                             com.sun.xml.internal.*;resolution:=optional,
                             org.apache.cxf.*;resolution:=optional,
                             org.apache.http.*;resolution:=optional,
@@ -70,7 +70,7 @@
                             org.apache.chemistry.opencmis.client.bindings.spi.*;version=${project.version},
                             org.apache.chemistry.opencmis.commons.impl.*;version=${project.version};-noimport:=true,
                             org.apache.chemistry.opencmis.commons.*;version=${project.version};-noimport:=true,
-                            com.sun.xml.ws.*;version="[2.1,3.0)";resolution:=optional
+                            com.sun.xml.ws.*;version="[2.1.7,3.0)";resolution:=optional
                         </_exportcontents>
                         <Bundle-DocURL>${project.url}</Bundle-DocURL>
                         <Bundle-Activator>org.apache.chemistry.opencmis.client.osgi.Activator</Bundle-Activator>