Author: tucu
Date: Fri Jan 17 19:31:01 2014
New Revision: 1559231
URL: http://svn.apache.org/r1559231
Log:
HADOOP-10235. Hadoop tarball has 2 versions of stax-api JARs. (tucu)
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=1559231&r1=1559230&r2=1559231&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-project/pom.xml (original)
+++ hadoop/common/branches/branch-2/hadoop-project/pom.xml Fri Jan 17 19:31:01
2014
@@ -416,7 +416,7 @@
<version>${jersey.version}</version>
<exclusions>
<exclusion>
- <groupId>javax.xml.stream</groupId>
+ <groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</exclusion>
</exclusions>
@@ -764,6 +764,12 @@
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>1.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>