@@ -10,7 +10,6 @@ apache-commons-pool2 = '2.12.1'
10
10
apache-datasketches = ' 3.1.0'
11
11
apache-commons-compress = ' 1.26.0'
12
12
13
- assertj = ' 3.25.3'
14
13
avro = ' 1.11.4'
15
14
byte-buddy = ' 1.14.19'
16
15
confluent = ' 7.9.0'
@@ -21,7 +20,6 @@ lombok = '1.18.34'
21
20
odd-oddrn-generator = ' 0.1.17'
22
21
odd-oddrn-client = ' 0.1.41'
23
22
cel = ' 0.3.0'
24
- mockito = ' 5.16.0'
25
23
okhttp3 = ' 4.12.0'
26
24
testcontainers = ' 1.20.6'
27
25
swagger-integration-jakarta = ' 2.2.28'
@@ -97,9 +95,6 @@ testcontainers = { module = 'org.testcontainers:testcontainers', version.ref = '
97
95
testcontainers-kafka = { module = ' org.testcontainers:kafka' , version.ref = ' testcontainers' }
98
96
testcontainers-jupiter = { module = ' org.testcontainers:junit-jupiter' , version.ref = ' testcontainers' }
99
97
100
- mockito-core = { module = ' org.mockito:mockito-core' , version.ref = ' mockito' }
101
- mockito-jupiter = { module = ' org.mockito:mockito-junit-jupiter' , version.ref = ' mockito' }
102
-
103
98
okhttp3 = { module = ' com.squareup.okhttp3:okhttp' , version.ref = ' okhttp3' }
104
99
okhttp3-mockwebserver = { module = ' com.squareup.okhttp3:mockwebserver' , version.ref = ' okhttp3' }
105
100
okhttp3-logging-intercepter = { module = ' com.squareup.okhttp3:logging-interceptor' , version.ref = ' okhttp3' }
@@ -108,7 +103,6 @@ opendatadiscovery-oddrn = { module = 'org.opendatadiscovery:oddrn-generator-java
108
103
opendatadiscovery-client = { module = ' org.opendatadiscovery:ingestion-contract-client' , version.ref = ' odd-oddrn-client' }
109
104
110
105
bytebuddy = { module = ' net.bytebuddy:byte-buddy' , version.ref = ' byte-buddy' }
111
- assertj = { module = ' org.assertj:assertj-core' , version.ref = ' assertj' }
112
106
jsonschemavalidator = { module = ' com.github.java-json-tools:json-schema-validator' , version.ref = ' json-schema-validator' }
113
107
114
108
allure-testng = { module = ' io.qameta.allure:allure-testng' , version.ref = ' allure' }
0 commit comments