Skip to content

Commit 363cb0f

Browse files
committed
clean up dependencies
1 parent ecc45fc commit 363cb0f

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

instrumentation/kafka/kafka-connect-2.6/testing/build.gradle.kts

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,16 @@ dependencies {
1919
testImplementation("io.opentelemetry:opentelemetry-exporter-otlp")
2020
testImplementation(project(":instrumentation:kafka:kafka-clients:kafka-clients-2.6:library"))
2121

22-
testImplementation("org.testcontainers:postgresql:1.21.3") // For PostgreSQLContainer
22+
testImplementation("org.testcontainers:testcontainers-postgresql") // For PostgreSQLContainer
2323
testImplementation("org.postgresql:postgresql:42.7.2") // PostgreSQL JDBC driver
24-
testImplementation("org.testcontainers:mongodb:1.21.3") // For MongoDBContainer
24+
testImplementation("org.testcontainers:testcontainers-mongodb") // For MongoDBContainer
2525
testImplementation("org.mongodb:mongodb-driver-sync:4.11.0") // MongoDB Java driver
26-
testImplementation("org.apache.httpcomponents:httpclient") // For HttpStatus (not httpcore)
27-
28-
testImplementation("org.mockito:mockito-junit-jupiter:4.11.0")
2926

3027
// Testcontainers dependencies for integration testing
31-
testImplementation("org.testcontainers:junit-jupiter")
32-
testImplementation("org.awaitility:awaitility")
33-
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
34-
testImplementation("org.testcontainers:testcontainers:1.19.7")
35-
testImplementation("org.testcontainers:kafka:1.19.7")
28+
testImplementation("org.testcontainers:testcontainers-junit-jupiter")
29+
testImplementation("org.testcontainers:testcontainers")
30+
testImplementation("org.testcontainers:testcontainers-kafka")
3631
testImplementation("io.rest-assured:rest-assured:5.5.5")
37-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
3832
testImplementation("com.fasterxml.jackson.core:jackson-databind")
3933
}
4034

0 commit comments

Comments
 (0)