You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ks...@apache.org on 2019/02/14 17:25:23 UTC

[tez] branch branch-0.9 updated: TEZ-4004. Update jetty9 to align with Hadoop and Hive (Jonathan Eagles via kshukla)

This is an automated email from the ASF dual-hosted git repository.

kshukla pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 7c45afa  TEZ-4004. Update jetty9 to align with Hadoop and Hive (Jonathan Eagles via kshukla)
7c45afa is described below

commit 7c45afa0de19a1f30510eed3f2a804c81307f3a6
Author: Kuhu Shukla <ks...@apache.org>
AuthorDate: Thu Feb 14 11:25:02 2019 -0600

    TEZ-4004. Update jetty9 to align with Hadoop and Hive (Jonathan Eagles via kshukla)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 09321de..c16e3d7 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>2.7.2</hadoop.version>
-    <jetty.version>9.3.22.v20171030</jetty.version>
+    <jetty.version>9.3.24.v20180605</jetty.version>
     <netty.version>3.6.2.Final</netty.version>
     <pig.version>0.13.0</pig.version>
     <javac.version>1.8</javac.version>