Repository: tez Updated Branches: refs/heads/master d4a62deee -> efc733183
TEZ-4004. Update jetty9 to align with Hadoop and Hive (Jonathan Eagles via kshukla) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/efc73318 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/efc73318 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/efc73318 Branch: refs/heads/master Commit: efc73318342e40dac30ec321119c6536b67c0a64 Parents: d4a62de Author: Kuhu Shukla <[email protected]> Authored: Tue Oct 30 08:51:02 2018 -0500 Committer: Kuhu Shukla <[email protected]> Committed: Tue Oct 30 08:51:02 2018 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/efc73318/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 86402ff..9d8797c 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile> <clover.license>${user.home}/clover.license</clover.license> <hadoop.version>3.0.3</hadoop.version> - <jetty.version>9.3.22.v20171030</jetty.version> + <jetty.version>9.3.24.v20180605</jetty.version> <netty.version>3.10.5.Final</netty.version> <pig.version>0.13.0</pig.version> <jersey.version>1.19</jersey.version>
