TEZ-3655. Specify netty version instead of inheriting from hadoop dependency. (zhiyuany)
Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/c1181044 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/c1181044 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/c1181044 Branch: refs/heads/TEZ-1190 Commit: c118104402b15ab8d5375708f9f471dd6f3b94ed Parents: c6d4908 Author: Zhiyuan Yang <[email protected]> Authored: Fri Mar 10 15:07:36 2017 -0800 Committer: Zhiyuan Yang <[email protected]> Committed: Fri Mar 10 15:15:30 2017 -0800 ---------------------------------------------------------------------- CHANGES.txt | 1 + tez-ext-service-tests/pom.xml | 5 +++++ 2 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/c1181044/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 0065a83..48ccb54 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,7 @@ INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-3655. Specify netty version instead of inheriting from hadoop dependency. TEZ-3253. Remove special handling for last app attempt. TEZ-3648. IFile.Write#close has an extra output stream flush TEZ-3649. AsyncHttpConnection should add StopWatch start. http://git-wip-us.apache.org/repos/asf/tez/blob/c1181044/tez-ext-service-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ext-service-tests/pom.xml b/tez-ext-service-tests/pom.xml index 70b8e00..fd5255e 100644 --- a/tez-ext-service-tests/pom.xml +++ b/tez-ext-service-tests/pom.xml @@ -27,6 +27,11 @@ <dependencies> <dependency> + <groupId>io.netty</groupId> + <artifactId>netty</artifactId> + <version>3.6.2.Final</version> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency>
