HADOOP-9672. Upgrade Avro dependency to 1.7.4. Contributed by Sandy Ryza.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512314 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kihwal Lee 2013-08-09 14:12:11 +00:00
parent 1784601bb9
commit 52f11f7091
2 changed files with 3 additions and 1 deletions

View File

@ -336,6 +336,8 @@ Release 2.1.1-beta - UNRELEASED
HADOOP-9821. ClientId should have getMsb/getLsb methods. HADOOP-9821. ClientId should have getMsb/getLsb methods.
(Tsuyoshi OZAWA via jing9) (Tsuyoshi OZAWA via jing9)
HADOOP-9672. Upgrade Avro dependency to 1.7.4. (sandy via kihwal)
OPTIMIZATIONS OPTIMIZATIONS
BUG FIXES BUG FIXES

View File

@ -593,7 +593,7 @@
<dependency> <dependency>
<groupId>org.apache.avro</groupId> <groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId> <artifactId>avro</artifactId>
<version>1.5.3</version> <version>1.7.4</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.sf.kosmosfs</groupId> <groupId>net.sf.kosmosfs</groupId>