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 2019/01/06 19:46:26 UTC

svn commit: r1850593 - /axis/axis1/java/trunk/axis-rt-core/pom.xml

Author: veithen
Date: Sun Jan  6 19:46:25 2019
New Revision: 1850593

URL: http://svn.apache.org/viewvc?rev=1850593&view=rev
Log:
Remove unnecessary bootclasspath for tests in axis-rt-core.

Modified:
    axis/axis1/java/trunk/axis-rt-core/pom.xml

Modified: axis/axis1/java/trunk/axis-rt-core/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-core/pom.xml?rev=1850593&r1=1850592&r2=1850593&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-rt-core/pom.xml (original)
+++ axis/axis1/java/trunk/axis-rt-core/pom.xml Sun Jan  6 19:46:25 2019
@@ -189,8 +189,6 @@
                         <!-- Was commented out in the original PackageTests.java -->
                         <exclude>test/wsdd/TestXSD.java</exclude>
                     </excludes>
-                    <!-- TODO: this is bad; it could mean that Axis is not working properly on modern JREs -->
-                    <argLine>-Xbootclasspath/p:${project.build.directory}/endorsed/xmlParserAPIs.jar</argLine>
                 </configuration>
             </plugin>
             <plugin>