You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by we...@apache.org on 2017/01/20 18:39:03 UTC

hive git commit: HIVE-15623 : Use customized version of netty for llap (Wei Zheng, reviewed by Sergey Shelukhin)

Repository: hive
Updated Branches:
  refs/heads/master 10ec33f1e -> 6fe150828


HIVE-15623 : Use customized version of netty for llap (Wei Zheng, reviewed by Sergey Shelukhin)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/6fe15082
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/6fe15082
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/6fe15082

Branch: refs/heads/master
Commit: 6fe150828e297855e5e8134c4cc9801412b5ca28
Parents: 10ec33f
Author: Wei Zheng <we...@apache.org>
Authored: Fri Jan 20 10:39:05 2017 -0800
Committer: Wei Zheng <we...@apache.org>
Committed: Fri Jan 20 10:39:05 2017 -0800

----------------------------------------------------------------------
 llap-server/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/6fe15082/llap-server/pom.xml
----------------------------------------------------------------------
diff --git a/llap-server/pom.xml b/llap-server/pom.xml
index 22d17b7..379ffd6 100644
--- a/llap-server/pom.xml
+++ b/llap-server/pom.xml
@@ -81,6 +81,11 @@
       <version>${commons-lang.version}</version>
     </dependency>
     <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty</artifactId>
+      <version>3.6.2.Final</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.avro</groupId>
       <artifactId>avro</artifactId>
       <version>${avro.version}</version>
@@ -125,6 +130,10 @@
           <groupId>commmons-logging</groupId>
           <artifactId>commons-logging</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>io.netty</groupId>
+          <artifactId>netty-all</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>