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/8263ea48 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/8263ea48 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/8263ea48 Branch: refs/heads/4.x-HBase-1.1 Commit: 8263ea48437745e65dbaee6e86d17f442b072ed9 Parents: 49e143b Author: Josh Elser <[email protected]> Authored: Fri Sep 29 19:50:27 2017 -0400 Committer: Josh Elser <[email protected]> Committed: Mon Oct 2 10:36:09 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/8263ea48/phoenix-core/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml index c2ee7e7..bb19678 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/8263ea48/phoenix-flume/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml index 45fd260..effe449 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/8263ea48/phoenix-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-kafka/pom.xml b/phoenix-kafka/pom.xml index 1fa695b..98fdb3b 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/8263ea48/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index eb259eb..d99bc72 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>
