File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ description = "Testcontainers :: elasticsearch"
22
33dependencies {
44 api project(' :testcontainers' )
5-
65 testImplementation " org.elasticsearch.client:elasticsearch-rest-client:8.15.1"
76 testImplementation " org.elasticsearch.client:transport:7.17.24"
87 testImplementation ' org.assertj:assertj-core:3.26.3'
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ description = "Testcontainers :: Nginx"
22
33dependencies {
44 api project(' :testcontainers' )
5-
65 compileOnly ' org.jetbrains:annotations:24.1.0'
76 testImplementation ' org.assertj:assertj-core:3.26.3'
87}
Original file line number Diff line number Diff line change 11description = " Testcontainers :: Selenium"
22
3- configurations {
4- compileOnly. exclude group : ' io.quarkus' , name : ' quarkus-junit4-mock'
5- }
6-
73dependencies {
84 api project(' :testcontainers' )
95
You can’t perform that action at this time.
0 commit comments