Remove unnecessary bootclasspath for tests in axis-rt-core.
diff --git a/axis-rt-core/pom.xml b/axis-rt-core/pom.xml
index acb2150..8d310d4 100644
--- a/axis-rt-core/pom.xml
+++ b/axis-rt-core/pom.xml
@@ -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>