Skip to content

Commit

Permalink
try remove httpclient old dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwolfe-Nava committed Sep 28, 2023
1 parent 748d3d0 commit 41042dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@
<type>zip</type>
</dependency>

<dependency>
<!-- <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
</dependency> -->
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
Expand Down

0 comments on commit 41042dd

Please sign in to comment.