You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2017/05/04 20:49:52 UTC

svn commit: r1793903 - /axis/axis2/java/core/branches/1_7/modules/osgi/pom.xml

Author: veithen
Date: Thu May  4 20:49:51 2017
New Revision: 1793903

URL: http://svn.apache.org/viewvc?rev=1793903&view=rev
Log:
AXIS2-4947: Set the import version for javax.activation and javax.xml.stream to 0. Also, javax.xml.stream is not optional. Note that on the trunk these changes were done as part of the upgrade to Java 6.

Modified:
    axis/axis2/java/core/branches/1_7/modules/osgi/pom.xml

Modified: axis/axis2/java/core/branches/1_7/modules/osgi/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/osgi/pom.xml?rev=1793903&r1=1793902&r2=1793903&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_7/modules/osgi/pom.xml (original)
+++ axis/axis2/java/core/branches/1_7/modules/osgi/pom.xml Thu May  4 20:49:51 2017
@@ -94,7 +94,7 @@
                             org.osgi.service.cm; version=1.2.0,
                             com.ibm.wsdl.util.xml,
                             com.ibm.wsdl,
-                            javax.activation;version="1.1",
+                            javax.activation;version="0",
                             javax.jws;version="2.0",
                             javax.mail;version="1.4",
                             javax.management,
@@ -108,7 +108,7 @@
                             javax.wsdl.xml,
                             javax.net.*,
                             javax.xml.parsers;resolution:=optional,
-                            javax.xml.stream;resolution:=optional;version="1.0",
+                            javax.xml.stream;version="0",
                             javax.xml.transform;resolution:=optional,
                             javax.xml.transform.dom;resolution:=optional,
                             javax.xml.transform.stream;resolution:=optional,