Skip to content

Commit b57acf5

Browse files
committed
Remove mockito and assertj
1 parent 40076e3 commit b57acf5

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

api/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,7 @@ dependencies {
8787
testImplementation libs.testcontainers
8888
testImplementation libs.testcontainers.kafka
8989
testImplementation libs.testcontainers.jupiter
90-
testImplementation libs.mockito.core
91-
testImplementation libs.mockito.jupiter
9290
testImplementation libs.bytebuddy
93-
testImplementation libs.assertj
9491
testImplementation libs.jsonschemavalidator
9592
testImplementation(libs.kafka.clients) { artifact { classifier = "test" } }
9693
testImplementation libs.bouncycastle.bcpkix

gradle/libs.versions.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ apache-commons-pool2 = '2.12.1'
1010
apache-datasketches = '3.1.0'
1111
apache-commons-compress = '1.26.0'
1212

13-
assertj = '3.25.3'
1413
avro = '1.11.4'
1514
byte-buddy = '1.14.19'
1615
confluent = '7.9.0'
@@ -21,7 +20,6 @@ lombok = '1.18.34'
2120
odd-oddrn-generator = '0.1.17'
2221
odd-oddrn-client = '0.1.41'
2322
cel = '0.3.0'
24-
mockito = '5.16.0'
2523
okhttp3 = '4.12.0'
2624
testcontainers = '1.20.6'
2725
swagger-integration-jakarta = '2.2.28'
@@ -97,9 +95,6 @@ testcontainers = { module = 'org.testcontainers:testcontainers', version.ref = '
9795
testcontainers-kafka = { module = 'org.testcontainers:kafka', version.ref = 'testcontainers' }
9896
testcontainers-jupiter = { module = 'org.testcontainers:junit-jupiter', version.ref = 'testcontainers' }
9997

100-
mockito-core = { module = 'org.mockito:mockito-core', version.ref = 'mockito' }
101-
mockito-jupiter = { module = 'org.mockito:mockito-junit-jupiter', version.ref = 'mockito' }
102-
10398
okhttp3 = { module = 'com.squareup.okhttp3:okhttp', version.ref = 'okhttp3' }
10499
okhttp3-mockwebserver = { module = 'com.squareup.okhttp3:mockwebserver', version.ref = 'okhttp3' }
105100
okhttp3-logging-intercepter = { module = 'com.squareup.okhttp3:logging-interceptor', version.ref = 'okhttp3' }
@@ -108,7 +103,6 @@ opendatadiscovery-oddrn = { module = 'org.opendatadiscovery:oddrn-generator-java
108103
opendatadiscovery-client = { module = 'org.opendatadiscovery:ingestion-contract-client', version.ref = 'odd-oddrn-client' }
109104

110105
bytebuddy = { module = 'net.bytebuddy:byte-buddy', version.ref = 'byte-buddy' }
111-
assertj = { module = 'org.assertj:assertj-core', version.ref = 'assertj' }
112106
jsonschemavalidator = { module = 'com.github.java-json-tools:json-schema-validator', version.ref = 'json-schema-validator' }
113107

114108
allure-testng = { module = 'io.qameta.allure:allure-testng', version.ref = 'allure' }

0 commit comments

Comments
 (0)