You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sp...@apache.org on 2018/12/17 20:54:19 UTC

[ranger] branch ranger-0.7 updated: RANGER-2074: Update netty version in ranger - ranger-0.7 branch

This is an automated email from the ASF dual-hosted git repository.

spolavarapu pushed a commit to branch ranger-0.7
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-0.7 by this push:
     new 40746ad  RANGER-2074: Update netty version in ranger - ranger-0.7 branch
40746ad is described below

commit 40746add620ba22947f6eaf976567aeb39e5c55b
Author: Sailaja Polavarapu <sp...@hortonworks.com>
AuthorDate: Mon Dec 17 12:48:19 2018 -0800

    RANGER-2074: Update netty version in ranger - ranger-0.7 branch
---
 pom.xml                |  2 +-
 security-admin/pom.xml | 11 ++++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index c415e53..787e7d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
         <metrics.core.version>3.0.2</metrics.core.version>
         <mockito.version>1.8.4</mockito.version>
         <mysql-connector-java.version>5.1.31</mysql-connector-java.version>
-        <netty.version>3.6.2.Final</netty.version>
+        <netty.version>3.10.5.Final</netty.version>
         <noggit.version>0.6</noggit.version>
         <owasp-java-html-sanitizer.version>r239</owasp-java-html-sanitizer.version>
         <paranamer.version>2.3</paranamer.version>
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index c20f277..51d958e 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -218,9 +218,14 @@
             <version>${sun.jersey.core.version}</version>
         </dependency>
         <dependency>
-			<groupId>org.apache.hadoop</groupId>
-			<artifactId>hadoop-mapreduce-client-core</artifactId>
-			<version>${hadoop.version}</version>
+	    <groupId>org.apache.hadoop</groupId>
+	    <artifactId>hadoop-mapreduce-client-core</artifactId>
+	    <version>${hadoop.version}</version>
+        </dependency>
+	<dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty</artifactId>
+            <version>${netty.version}</version>
         </dependency>
         <dependency>
             <groupId>com.sun.jersey.contribs</groupId>