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

joemcdonnell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 326ef554caef75c50a1394240766b501e5a699c3
Author: David Knupp <dkn...@cloudera.com>
AuthorDate: Mon Apr 27 15:38:49 2020 -0700

    Revert "IMPALA-9648: Don't ban netty 3* from fe/pom.xml"
    
    This patch was leading to CI builds failing in some environments.
    
    This reverts commit f129a179a2c1b304e4d15fe4950449c5786abda1.
    
    Change-Id: I4f38cab4deb0d9457d50d1e1a899af4cb90d3c24
    Reviewed-on: http://gerrit.cloudera.org:8080/15824
    Reviewed-by: David Knupp <dkn...@cloudera.com>
    Tested-by: David Knupp <dkn...@cloudera.com>
---
 fe/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/fe/pom.xml b/fe/pom.xml
index 59d6eeb..70d17d6 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -758,6 +758,8 @@ under the License.
                     <exclude>org.fusesource.leveldbjni:*</exclude>
                     <!-- IMPALA-9647 (re: CVE-2014-3577, CVE-2015-5262) -->
                     <exclude>org.apache.httpcomponents:fluent-hc</exclude>
+                    <!-- IMPALA-9648: Ensure that netty < v3.10.6 is not 
present. -->
+                    <exclude>io.netty:netty:[3.10.6,)</exclude>
                     <!-- IMPALA-9648: Ensure that netty-all < v4.1.46 is not 
present. -->
                     <exclude>io.netty:netty-all:[4.1.46,)</exclude>
                     <!-- Assert that we only use artifacts from only the 
specified

Reply via email to