Skip to content

Commit

Permalink
Declare httpcore as direct dependency to fix its version. (#11293)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaicho authored Nov 17, 2023
1 parent 5994e37 commit ed9a55b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,16 @@
<artifactId>httpasyncclient</artifactId>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>

<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
</dependency>

<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
Expand Down

0 comments on commit ed9a55b

Please sign in to comment.