Skip to content

Commit

Permalink
refactor: remove unused mockito-inline dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Feb 5, 2024
1 parent 5290af6 commit 06f5f03
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ dependencies {
testImplementation(libs.awaitility)
testImplementation(libs.edc.junit)

testImplementation(libs.mockito.inline)
testImplementation(libs.testcontainers.junit)
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ dependencies {
implementation(libs.edc.spi.core)
testImplementation(libs.edc.junit)

testImplementation(libs.mockito.inline)
testImplementation(libs.testcontainers.junit)
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ dependencies {
implementation(libs.edc.spi.transfer)

testImplementation(libs.edc.junit)
testImplementation(libs.mockito.inline)
testImplementation(libs.testcontainers.junit)
}
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ slf4j = "2.0.11"
okhttp = "4.12.0"
mockwebserver = "5.0.0-alpha.12"
bouncyCastle-jdk18on = "1.77"
mockito = "5.2.0"
restAssured = "5.4.0"
apache-sshd = "2.12.0"
testcontainers = "1.19.4"
Expand Down Expand Up @@ -170,7 +169,6 @@ nimbus-jwt = { module = "com.nimbusds:nimbus-jose-jwt", version.ref = "nimbus" }
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "mockwebserver" }
bouncyCastle-bcpkixJdk18on = { module = "org.bouncycastle:bcpkix-jdk18on", version.ref = "bouncyCastle-jdk18on" }
mockito-inline = { module = "org.mockito:mockito-inline", version.ref = "mockito" }
restAssured = { module = "io.rest-assured:rest-assured", version.ref = "restAssured" }
apache-sshd-core = { module = "org.apache.sshd:sshd-core", version.ref = "apache-sshd" }
apache-sshd-sftp = { module = "org.apache.sshd:sshd-sftp", version.ref = "apache-sshd" }
Expand Down

0 comments on commit 06f5f03

Please sign in to comment.