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

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

commit 248060528abd7fb5425f519ee1608598ed2d3ac3
Author: Michael Smith <[email protected]>
AuthorDate: Tue Oct 24 10:24:28 2023 -0700

    IMPALA-12514: Remove dependency on jetty-server
    
    Removes the direct dependency on jetty-server. It's still needed and
    included via hive-standalone-metastore, which is expected to update its
    own dependencies to address CVEs.
    
    Change-Id: I6cd2879ee88e0636186a27c3e16843a30ee9a738
    Reviewed-on: http://gerrit.cloudera.org:8080/20616
    Tested-by: Michael Smith <[email protected]>
    Reviewed-by: Joe McDonnell <[email protected]>
---
 fe/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index 81ebd6a84..26232bc17 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -557,11 +557,6 @@ under the License.
       <version>3.2.0-m3</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.eclipse.jetty</groupId>
-      <artifactId>jetty-server</artifactId>
-      <version>9.4.50.v20221201</version>
-    </dependency>
 
     <!-- https://mvnrepository.com/artifact/org.pac4j/pac4j-saml -->
     <dependency>

Reply via email to