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:
parent
1784601bb9
commit
52f11f7091
|
@ -336,6 +336,8 @@ Release 2.1.1-beta - UNRELEASED
|
|||
HADOOP-9821. ClientId should have getMsb/getLsb methods.
|
||||
(Tsuyoshi OZAWA via jing9)
|
||||
|
||||
HADOOP-9672. Upgrade Avro dependency to 1.7.4. (sandy via kihwal)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
BUG FIXES
|
||||
|
|
|
@ -593,7 +593,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.avro</groupId>
|
||||
<artifactId>avro</artifactId>
|
||||
<version>1.5.3</version>
|
||||
<version>1.7.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf.kosmosfs</groupId>
|
||||
|
|
Loading…
Reference in New Issue