You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ss...@apache.org on 2022/02/22 13:18:01 UTC

svn commit: r1898321 - in /xmlgraphics/batik/trunk: batik-test-old/pom.xml lib/LICENSE.xerces_2_12_0.txt lib/README.xerces_2_12_0.txt lib/xercesImpl-2.12.0.jar test-resources/org/apache/batik/dom/unitTesting.xml

Author: ssteiner
Date: Tue Feb 22 13:18:01 2022
New Revision: 1898321

URL: http://svn.apache.org/viewvc?rev=1898321&view=rev
Log:
BATIK-1321: Remove Xerces

Removed:
    xmlgraphics/batik/trunk/lib/LICENSE.xerces_2_12_0.txt
    xmlgraphics/batik/trunk/lib/README.xerces_2_12_0.txt
    xmlgraphics/batik/trunk/lib/xercesImpl-2.12.0.jar
Modified:
    xmlgraphics/batik/trunk/batik-test-old/pom.xml
    xmlgraphics/batik/trunk/test-resources/org/apache/batik/dom/unitTesting.xml

Modified: xmlgraphics/batik/trunk/batik-test-old/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-test-old/pom.xml?rev=1898321&r1=1898320&r2=1898321&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-test-old/pom.xml (original)
+++ xmlgraphics/batik/trunk/batik-test-old/pom.xml Tue Feb 22 13:18:01 2022
@@ -90,12 +90,6 @@
       <version>${xmlgraphics.commons.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <version>2.12.0</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <build>

Modified: xmlgraphics/batik/trunk/test-resources/org/apache/batik/dom/unitTesting.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/test-resources/org/apache/batik/dom/unitTesting.xml?rev=1898321&r1=1898320&r2=1898321&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/test-resources/org/apache/batik/dom/unitTesting.xml (original)
+++ xmlgraphics/batik/trunk/test-resources/org/apache/batik/dom/unitTesting.xml Tue Feb 22 13:18:01 2022
@@ -42,9 +42,9 @@
         <arg class="java.lang.String" value="root" />
         <arg class="java.lang.String" value="targetAttribute" />
         <arg class="java.lang.String" value="targetValue" />
-        <property name="ParserClassName"
+        <!--<property name="ParserClassName"
                   class="java.lang.String"
-                  value="org.apache.xerces.parsers.SAXParser" />
+                  value="org.apache.xerces.parsers.SAXParser" />-->
     </test>
 
     <!-- ========================================================================== -->