1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-07 12:42:57 +03:00

Adopt Version Catalog and Updates plugin (#7075)

This commit is contained in:
Yuri Schimke
2022-02-15 23:38:32 +00:00
committed by GitHub
parent edcaa9fade
commit 362f53546d
27 changed files with 306 additions and 254 deletions

View File

@@ -18,15 +18,15 @@ project.applyOsgi(
)
dependencies {
api(Dependencies.okio)
api(libs.squareup.okio)
implementation(projects.okhttp)
compileOnly(Dependencies.jsr305)
compileOnly(Dependencies.animalSniffer)
compileOnly(libs.findbugs.jsr305)
compileOnly(libs.animalsniffer.annotations)
testImplementation(projects.okhttpTestingSupport)
testImplementation(projects.mockwebserver3Junit5)
testImplementation(Dependencies.junit)
testImplementation(Dependencies.assertj)
testImplementation(libs.junit)
testImplementation(libs.assertj.core)
}
animalsniffer {