refac: использование Apache HttpClient

This commit is contained in:
2025-07-17 23:06:08 +03:00
parent e5535156dd
commit 6770c4e7fe
2 changed files with 30 additions and 61 deletions

View File

@@ -27,6 +27,7 @@ ext {
}
dependencies {
implementation("org.apache.httpcomponents.client5:httpclient5:5.5")
implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")
testImplementation(platform("org.junit:junit-bom:$junitVersion"))