Skip to content

Commit

Permalink
[apache#768] exclude the http dependency for hadoop common
Browse files Browse the repository at this point in the history
  • Loading branch information
beryllw committed Jun 17, 2023
1 parent 603baf8 commit 41859c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 41859c0

Please sign in to comment.