Allow running tests from mvn

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/batik/trunk@1805893 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/batik-test-old/pom.xml b/batik-test-old/pom.xml
index 31d6534..ae3508a 100644
--- a/batik-test-old/pom.xml
+++ b/batik-test-old/pom.xml
@@ -35,13 +35,13 @@
   </parent>
 
   <dependencies>
-     <dependency>
+    <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>batik-test</artifactId>
       <version>${project.version}</version>
       <scope>test</scope>
     </dependency>
-     <dependency>
+    <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>batik-util</artifactId>
       <version>${project.version}</version>
@@ -80,16 +80,16 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-        <groupId>org.apache.xmlgraphics</groupId>
-        <artifactId>fop</artifactId>
-        <version>${xmlgraphics.commons.version}</version>
-        <scope>test</scope>
+      <groupId>org.apache.xmlgraphics</groupId>
+      <artifactId>fop-transcoder-allinone</artifactId>
+      <version>${xmlgraphics.commons.version}</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
-        <groupId>xerces</groupId>
-        <artifactId>xercesImpl</artifactId>
-        <version>2.9.1</version>
-        <scope>test</scope>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.9.1</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>
 
diff --git a/pom.xml b/pom.xml
index 3b4a144..d617bb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,9 +100,9 @@
     <module>batik-xml</module>
     
     <module>batik-test-old</module>
-<!--
     <module>batik-test-svg</module>
     <module>batik-test-swing</module>
+<!--
     <module>batik-test-util</module>
 -->
   </modules>