HADOOP-10235. Hadoop tarball has 2 versions of stax-api JARs. (tucu)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1559231 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Alejandro Abdelnur 2014-01-17 19:31:01 +00:00
parent 5736c7ad1b
commit b9623c6308
2 changed files with 9 additions and 1 deletions

View File

@ -232,6 +232,8 @@ Release 2.4.0 - UNRELEASED
HADOOP-10125. no need to process RPC request if the client connection HADOOP-10125. no need to process RPC request if the client connection
has been dropped (Ming Ma via brandonli) has been dropped (Ming Ma via brandonli)
HADOOP-10235. Hadoop tarball has 2 versions of stax-api JARs. (tucu)
Release 2.3.0 - UNRELEASED Release 2.3.0 - UNRELEASED
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -416,7 +416,7 @@
<version>${jersey.version}</version> <version>${jersey.version}</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>javax.xml.stream</groupId> <groupId>stax</groupId>
<artifactId>stax-api</artifactId> <artifactId>stax-api</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
@ -764,6 +764,12 @@
<groupId>org.codehaus.jettison</groupId> <groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId> <artifactId>jettison</artifactId>
<version>1.1</version> <version>1.1</version>
<exclusions>
<exclusion>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.sun.jersey</groupId> <groupId>com.sun.jersey</groupId>