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

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


The following commit(s) were added to refs/heads/master by this push:
     new c745edfbb TEZ-4557: Revert TEZ-4303, NoClassDefFoundError because of 
missing httpclient jar (#349) (Raghav Aggarwal reviewed by Laszlo Bodor)
c745edfbb is described below

commit c745edfbbaeaaccd3f07d6cc2fd0d8ee88c7ef6f
Author: Raghav Aggarwal <raghavaggarwal03...@gmail.com>
AuthorDate: Fri Jun 28 09:32:01 2024 +0530

    TEZ-4557: Revert TEZ-4303, NoClassDefFoundError because of missing 
httpclient jar (#349) (Raghav Aggarwal reviewed by Laszlo Bodor)
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 29ef52431..9021e7657 100644
--- a/pom.xml
+++ b/pom.xml
@@ -377,10 +377,6 @@
             <groupId>io.netty</groupId>
             <artifactId>*</artifactId>
           </exclusion>
-          <exclusion>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpclient</artifactId>
-          </exclusion>
         </exclusions>
       </dependency>
       <dependency>
@@ -392,10 +388,6 @@
             <groupId>io.netty</groupId>
             <artifactId>netty</artifactId>
           </exclusion>
-          <exclusion>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpclient</artifactId>
-          </exclusion>
         </exclusions>
       </dependency>
       <dependency>

Reply via email to