Index: pom.xml
===================================================================
--- pom.xml	(revision 477198)
+++ pom.xml	(working copy)
@@ -423,13 +423,13 @@
             <dependency>
                 <groupId>xerces</groupId>
                 <artifactId>xercesImpl</artifactId>
-                <version>2.6.2</version>
+                <version>2.8.1</version>
             </dependency>
 
             <dependency>
-                <groupId>xerces</groupId>
-                <artifactId>xmlParserAPIs</artifactId>
-                <version>2.6.2</version>
+                <groupId>xml-apis</groupId>
+                <artifactId>xml-apis</artifactId>
+                <version>1.3.03</version>
             </dependency>
 
             <dependency>
@@ -1161,7 +1161,7 @@
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
                     <source>1.4</source>
-                    <target>1.4</target>
+                    <target>1.5</target>
                 </configuration>
             </plugin>
 
