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 2016/02/20 21:04:23 UTC

svn commit: r1731446 - /axis/axis2/java/core/trunk/modules/distribution/pom.xml

Author: veithen
Date: Sat Feb 20 20:04:22 2016
New Revision: 1731446

URL: http://svn.apache.org/viewvc?rev=1731446&view=rev
Log:
AXIS2-5103/AXIS2-5104: Remove jaxws-rt and related JARs from the binary distribution because the corresponding license files are missing and it is not clear if inclusion of these artifacts is compatible with ASF policies.

Modified:
    axis/axis2/java/core/trunk/modules/distribution/pom.xml

Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/pom.xml?rev=1731446&r1=1731445&r2=1731446&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/distribution/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/distribution/pom.xml Sat Feb 20 20:04:22 2016
@@ -287,7 +287,9 @@
         </dependency>
         
         <!-- These are needed to run JAX-WS tools -->
-        <dependency>
+        <!-- TODO: don't add them unless you also add the corresponding license files
+                   (and check that inclusion of these dependencies conforms to ASF policies) -->
+        <!-- dependency>
             <groupId>com.sun.xml.ws</groupId>
             <artifactId>jaxws-rt</artifactId>
             <exclusions>
@@ -326,7 +328,7 @@
                     <artifactId>activation</artifactId>
                 </exclusion>
             </exclusions>
-        </dependency>
+        </dependency -->
     </dependencies>
     <url>http://axis.apache.org/axis2/java/core/</url>
     <scm>