You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2014/07/30 16:05:59 UTC

svn commit: r1614663 - /hadoop/common/trunk/hadoop-project/pom.xml

Author: stevel
Date: Wed Jul 30 14:05:59 2014
New Revision: 1614663

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

Modified:
    hadoop/common/trunk/hadoop-project/pom.xml

Modified: hadoop/common/trunk/hadoop-project/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-project/pom.xml?rev=1614663&r1=1614662&r2=1614663&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-project/pom.xml (original)
+++ hadoop/common/trunk/hadoop-project/pom.xml Wed Jul 30 14:05:59 2014
@@ -790,6 +790,12 @@
         <artifactId>microsoft-windowsazure-storage-sdk</artifactId>
         <version>0.6.0</version>
     </dependency>
+
+    <dependency>
+       <groupId>xerces</groupId>
+       <artifactId>xercesImpl</artifactId>
+       <version>2.9.1</version>
+    </dependency>
       
     </dependencies>
   </dependencyManagement>