Skip to content

Commit

Permalink
Fixes dependency resolution
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Jul 31, 2024
1 parent ec54e3f commit beea1a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ configurations {
// For integrationTest
force "org.apache.httpcomponents:httpclient:4.5.14"
force "org.apache.httpcomponents:httpcore:4.4.16"
force "org.apache.httpcomponents:httpcore-nio:4.4.16"
force "com.google.errorprone:error_prone_annotations:2.29.2"
force "org.checkerframework:checker-qual:3.45.0"
force "ch.qos.logback:logback-classic:1.5.6"
Expand Down

0 comments on commit beea1a7

Please sign in to comment.