HADOOP-11489. Dropping dependency on io.netty from hadoop-nfs' pom.xml. 
Contributed by Ted Yu.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/26da8acd
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/26da8acd
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/26da8acd

Branch: refs/heads/HDFS-EC
Commit: 26da8acdafa90a62ee215e78f84cc0c120259d98
Parents: b438ec4
Author: Tsuyoshi Ozawa <oz...@apache.org>
Authored: Tue Jan 20 15:26:17 2015 +0900
Committer: Zhe Zhang <z...@apache.org>
Committed: Tue Jan 20 09:43:13 2015 -0800

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++
 hadoop-common-project/hadoop-nfs/pom.xml        | 5 -----
 2 files changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/26da8acd/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt 
b/hadoop-common-project/hadoop-common/CHANGES.txt
index 9e1bf59..339ccfb 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -491,6 +491,9 @@ Release 2.7.0 - UNRELEASED
     HADOOP-11171 Enable using a proxy server to connect to S3a.
     (Thomas Demoor via stevel)
 
+    HADOOP-11489 Dropping dependency on io.netty from hadoop-nfs' pom.xml
+    (Ted Yu via ozawa)
+
   OPTIMIZATIONS
 
     HADOOP-11323. WritableComparator#compare keeps reference to byte array.

http://git-wip-us.apache.org/repos/asf/hadoop/blob/26da8acd/hadoop-common-project/hadoop-nfs/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-nfs/pom.xml 
b/hadoop-common-project/hadoop-nfs/pom.xml
index e30a482..409ed75 100644
--- a/hadoop-common-project/hadoop-nfs/pom.xml
+++ b/hadoop-common-project/hadoop-nfs/pom.xml
@@ -83,11 +83,6 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
-      <groupId>io.netty</groupId>
-      <artifactId>netty</artifactId>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
     </dependency>

Reply via email to