HADOOP-8466. hadoop-client POM incorrectly excludes avro. (bmahe via tucu)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1345358 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Alejandro Abdelnur 2012-06-01 21:41:51 +00:00
parent f65f528356
commit ca90e296ad
2 changed files with 2 additions and 4 deletions

View File

@ -107,10 +107,6 @@
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.avro</groupId>
<artifactId>avro-ipc</artifactId>

View File

@ -260,6 +260,8 @@ Release 2.0.1-alpha - UNRELEASED
HADOOP-8460. Document proper setting of HADOOP_PID_DIR and
HADOOP_SECURE_DN_PID_DIR (bobby)
HADOOP-8466. hadoop-client POM incorrectly excludes avro. (bmahe via tucu)
Release 2.0.0-alpha - UNRELEASED
INCOMPATIBLE CHANGES