Repository: flume Updated Branches: refs/heads/trunk 846676653 -> ffc555443
FLUME-3115. Update netty library This change upgrades the netty library to 3.10.6 and also adds netty-all 4.1.17 This closes #155 Reviewers: Miklos Csanady (Ferenc Szabo via Denes Arvay) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/ffc55544 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/ffc55544 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/ffc55544 Branch: refs/heads/trunk Commit: ffc5554438aceb24eabc9815511285f069084968 Parents: 8466766 Author: Ferenc Szabo <[email protected]> Authored: Fri Aug 18 15:06:02 2017 +0200 Committer: Denes Arvay <[email protected]> Committed: Fri Dec 8 14:22:08 2017 +0100 ---------------------------------------------------------------------- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/ffc55544/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2b0cba6..0cd174c 100644 --- a/pom.xml +++ b/pom.xml @@ -96,7 +96,8 @@ limitations under the License. <mvn-site-plugin.version>3.3</mvn-site-plugin.version> <mvn-sphinx-plugin>1.0.2</mvn-sphinx-plugin> <mvn-surefire-plugin.version>2.20.1</mvn-surefire-plugin.version> - <netty.version>3.9.4.Final</netty.version> + <netty.version>3.10.6.Final</netty.version> + <netty-all.version>4.1.17.Final</netty-all.version> <protobuf.version>2.5.0</protobuf.version> <rat.version>0.11</rat.version> <snappy-java.version>1.1.4</snappy-java.version> @@ -1619,6 +1620,12 @@ limitations under the License. </dependency> <dependency> + <groupId>io.netty</groupId> + <artifactId>netty-all</artifactId> + <version>${netty-all.version}</version> + </dependency> + + <dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-cell</artifactId> <version>${solr-global.version}</version>
