Revert commit 1137724 (HADOOP-7407)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1139386 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2f48fae72a
commit
c37819c08a
|
@ -328,9 +328,6 @@ Trunk (unreleased changes)
|
|||
|
||||
HADOOP-7402. TestConfiguration doesn't clean up after itself. (atm via eli)
|
||||
|
||||
HADOOP-7407. Snappy integration breaks HDFS build. (Alejandro Abdelnur
|
||||
via tomwhite)
|
||||
|
||||
Release 0.22.0 - Unreleased
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -157,7 +157,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.xerial.snappy</groupId>
|
||||
<artifactId>snappy-java</artifactId>
|
||||
<artifactId>java-snappy</artifactId>
|
||||
<version>1.0.3-rc2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in New Issue