Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.1 49e143bc1 -> 8263ea484 refs/heads/4.x-HBase-1.2 53f3e1873 -> ff7908998 refs/heads/master 2a81efeb7 -> 3f28cc0ad
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/3f28cc0a Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3f28cc0a Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/3f28cc0a Branch: refs/heads/master Commit: 3f28cc0ad609a6afd6a70a32aa598a5bb5e66dd8 Parents: 2a81efe Author: Josh Elser <[email protected]> Authored: Fri Sep 29 19:50:27 2017 -0400 Committer: Josh Elser <[email protected]> Committed: Sun Oct 1 15:17:35 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/3f28cc0a/phoenix-core/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml index 72fe3e0..8ab2ad1 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/3f28cc0a/phoenix-flume/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml index 8a158a4..c36a236 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/3f28cc0a/phoenix-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-kafka/pom.xml b/phoenix-kafka/pom.xml index 0969fb1..170f4c9 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/3f28cc0a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1a2867c..a641ce0 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>
