Moved dependency from 'client-impl' to 'client-api'

This commit is contained in:
Andrey Terentev 2024-03-11 20:57:47 +07:00 committed by Andrey Terentev
parent b8042903aa
commit 5ceeb6c893
2 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,7 @@ repositories {
dependencies {
implementation 'io.swagger.core.v3:swagger-annotations:2.2.20'
implementation 'org.jetbrains:annotations:24.1.0'
testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation 'org.junit.jupiter:junit-jupiter'

View File

@ -11,7 +11,6 @@ repositories {
dependencies {
implementation project(':client-api')
implementation 'org.jetbrains:annotations:24.1.0'
implementation 'com.squareup.okhttp:okhttp:2.7.5'
testImplementation platform('org.junit:junit-bom:5.9.1')