Author: stevel
Date: Wed Jul 30 14:06:05 2014
New Revision: 1614664

URL: http://svn.apache.org/r1614664
Log:
HDFS-4629. Using com.sun.org.apache.xml.internal.serialize.* in 
XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA.

Modified:
    hadoop/common/branches/branch-2/hadoop-project/pom.xml

Modified: hadoop/common/branches/branch-2/hadoop-project/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-project/pom.xml?rev=1614664&r1=1614663&r2=1614664&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-project/pom.xml (original)
+++ hadoop/common/branches/branch-2/hadoop-project/pom.xml Wed Jul 30 14:06:05 
2014
@@ -792,6 +792,13 @@
         <artifactId>apacheds-kerberos-codec</artifactId>
         <version>2.0.0-M15</version>
       </dependency>
+
+      <dependency>
+        <groupId>xerces</groupId>
+        <artifactId>xercesImpl</artifactId>
+        <version>2.9.1</version>
+      </dependency>
+
     </dependencies>
   </dependencyManagement>
 


Reply via email to