Moved dependency from 'client-impl' to 'client-api'
This commit is contained in:
parent
b8042903aa
commit
5ceeb6c893
@ -8,6 +8,7 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.swagger.core.v3:swagger-annotations:2.2.20'
|
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 platform('org.junit:junit-bom:5.9.1')
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter'
|
testImplementation 'org.junit.jupiter:junit-jupiter'
|
||||||
|
|||||||
@ -11,7 +11,6 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':client-api')
|
implementation project(':client-api')
|
||||||
implementation 'org.jetbrains:annotations:24.1.0'
|
|
||||||
implementation 'com.squareup.okhttp:okhttp:2.7.5'
|
implementation 'com.squareup.okhttp:okhttp:2.7.5'
|
||||||
|
|
||||||
testImplementation platform('org.junit:junit-bom:5.9.1')
|
testImplementation platform('org.junit:junit-bom:5.9.1')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user