Skip to content

Commit

Permalink
Update build.gradle (removing unnecessary dependencies)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <drreta@gmail.com>
  • Loading branch information
reta authored Jun 5, 2024
1 parent 63a3b11 commit 9c91dc2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ repositories {
maven { url "https://plugins.gradle.org/m2/" }
}

dependencies {
implementation group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.4.16'
}

test {
include '**/*Tests.class'
}
Expand Down

0 comments on commit 9c91dc2

Please sign in to comment.