Skip to content

Commit

Permalink
HDFS-4629. Using com.sun.org.apache.xml.internal.serialize.* in XmlEd…
Browse files Browse the repository at this point in the history
…itsVisitor.java is JVM vendor specific. Breaks IBM JAVA -pom indentation

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1614673 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
steveloughran committed Jul 30, 2014
1 parent f6436c0 commit 9b2bfc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hadoop-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -789,13 +789,13 @@
<groupId>com.microsoft.windowsazure.storage</groupId>
<artifactId>microsoft-windowsazure-storage-sdk</artifactId>
<version>0.6.0</version>
</dependency>
</dependency>

<dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.9.1</version>
</dependency>
</dependency>

</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 9b2bfc7

Please sign in to comment.