You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by cs...@apache.org on 2020/04/27 18:54:14 UTC

[impala] 01/02: IMPALA-9648: Don't ban netty 3* from fe/pom.xml

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

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

commit f129a179a2c1b304e4d15fe4950449c5786abda1
Author: David Knupp <dk...@cloudera.com>
AuthorDate: Mon Apr 27 10:26:16 2020 -0700

    IMPALA-9648: Don't ban netty 3* from fe/pom.xml
    
    netty-all < 4.14.46 and netty < 3.10.6 were banned in any earlier patch,
    but we have found that in some environments, netty 3.10.5 is still present,
    so this can cause build failures. The ban on netty-all is not an issue.
    
    While we sort what needs to be done with regard to netty 3.10.5, we'll
    temporarily remove the ban. This change may become permanent based on
    further investigation.
    
    Change-Id: Ib1a55f22f1925872c0d19aaf0670404203dcca54
    Reviewed-on: http://gerrit.cloudera.org:8080/15819
    Reviewed-by: Csaba Ringhofer <cs...@cloudera.com>
    Tested-by: David Knupp <dk...@cloudera.com>
---
 fe/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index 70d17d6..59d6eeb 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -758,8 +758,6 @@ 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