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

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1559230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Alejandro Abdelnur 2014-01-17 19:30:27 +00:00
parent ebb9a704bd
commit cdc54c8759
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -422,7 +422,7 @@
<version>${jersey.version}</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</exclusion>
</exclusions>
@ -770,6 +770,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>