Skip to content

Commit

Permalink
TEZ-4557: Revert TEZ-4303, NoClassDefFoundError because of missing ht…
Browse files Browse the repository at this point in the history
…tpclient jar (#349) (Raghav Aggarwal reviewed by Laszlo Bodor)
  • Loading branch information
Aggarwal-Raghav committed Jun 28, 2024
1 parent 19b2351 commit c745edf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,6 @@
<groupId>io.netty</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -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>
Expand Down

0 comments on commit c745edf

Please sign in to comment.