You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by el...@apache.org on 2017/10/02 15:00:20 UTC

[2/3] phoenix git commit: PHOENIX-4261 Remove unused netty-all dependency

PHOENIX-4261 Remove unused netty-all dependency


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

Branch: refs/heads/4.x-HBase-1.2
Commit: ff7908998a820a3426240a78678010c7252badfa
Parents: 53f3e18
Author: Josh Elser <el...@apache.org>
Authored: Fri Sep 29 19:50:27 2017 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon Oct 2 10:30:48 2017 -0400

----------------------------------------------------------------------
 phoenix-core/pom.xml  | 4 ----
 phoenix-flume/pom.xml | 4 ----
 phoenix-kafka/pom.xml | 4 ----
 pom.xml               | 6 ------
 4 files changed, 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/ff790899/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 3d4b086..9cf7731 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -355,10 +355,6 @@
       <artifactId>htrace-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>io.netty</groupId>
-      <artifactId>netty-all</artifactId>
-    </dependency>
-    <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
     </dependency>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/ff790899/phoenix-flume/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml
index c7e9cb1..796dad7 100644
--- a/phoenix-flume/pom.xml
+++ b/phoenix-flume/pom.xml
@@ -79,10 +79,6 @@
       <artifactId>htrace-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>io.netty</groupId>
-      <artifactId>netty-all</artifactId>
-    </dependency>
-    <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
     </dependency>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/ff790899/phoenix-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-kafka/pom.xml b/phoenix-kafka/pom.xml
index 38df7e8..5dc600c 100644
--- a/phoenix-kafka/pom.xml
+++ b/phoenix-kafka/pom.xml
@@ -153,10 +153,6 @@
 			<artifactId>htrace-core</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>io.netty</groupId>
-			<artifactId>netty-all</artifactId>
-		</dependency>
-		<dependency>
 			<groupId>commons-codec</groupId>
 			<artifactId>commons-codec</artifactId>
 		</dependency>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/ff790899/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index da7bd10..a492093 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,6 @@
     <jcip-annotations.version>1.0-1</jcip-annotations.version>
     <jline.version>2.11</jline.version>
     <snappy.version>0.3</snappy.version>
-    <netty.version>4.0.23.Final</netty.version>
     <commons-codec.version>1.7</commons-codec.version>
     <htrace.version>3.1.0-incubating</htrace.version>
     <collections.version>3.2.2</collections.version>
@@ -894,11 +893,6 @@
         <version>${htrace.version}</version>
       </dependency>
       <dependency>
-        <groupId>io.netty</groupId>
-        <artifactId>netty-all</artifactId>
-        <version>${netty.version}</version>
-      </dependency>
-      <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
         <version>${commons-codec.version}</version>