Skip to content

Commit f913ee7

Browse files
committed
wip
1 parent 9244321 commit f913ee7

File tree

39 files changed

+9
-38
lines changed

39 files changed

+9
-38
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ subprojects {
132132

133133
dependencies {
134134
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
135+
if (project != project(':testcontainers')) {
136+
// in order to compile classes which extend GenericContainer, etc
137+
compileOnly libs.juni4
138+
testImplementation libs.juni4
139+
}
135140
}
136141

137142
checkstyle {

modules/activemq/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ description = "Testcontainers :: ActiveMQ"
22

33
dependencies {
44
api project(':testcontainers')
5-
compileOnly libs.juni4mock
65

76
testImplementation 'org.assertj:assertj-core:3.26.3'
87
testImplementation "org.apache.activemq:activemq-client:6.1.2"

modules/azure/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ description = "Testcontainers :: Azure"
33
dependencies {
44
api project(':testcontainers')
55
api project(':mssqlserver')
6-
compileOnly libs.juni4mock
76
// TODO use JDK's HTTP client and/or Apache HttpClient5
87
shaded 'com.squareup.okhttp3:okhttp:4.12.0'
98

modules/chromadb/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ description = "Testcontainers :: ChromaDB"
22

33
dependencies {
44
api project(':testcontainers')
5-
compileOnly libs.juni4mock
65

76
testImplementation 'org.assertj:assertj-core:3.26.3'
87
testImplementation 'io.rest-assured:rest-assured:5.5.0'

modules/clickhouse/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ description = "Testcontainers :: JDBC :: ClickHouse"
33
dependencies {
44
api project(':testcontainers')
55
api project(':jdbc')
6-
compileOnly libs.juni4mock
76

87
compileOnly project(':r2dbc')
98
compileOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.7.2', classifier: 'http')

modules/consul/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ description = "Testcontainers :: Consul"
22

33
dependencies {
44
api project(':testcontainers')
5-
compileOnly libs.juni4mock
65

76
testImplementation 'com.ecwid.consul:consul-api:1.4.5'
87
testImplementation 'io.rest-assured:rest-assured:5.5.0'

modules/couchbase/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ description = "Testcontainers :: Couchbase"
22

33
dependencies {
44
api project(':testcontainers')
5-
compileOnly libs.juni4mock
65
// TODO use JDK's HTTP client and/or Apache HttpClient5
76
shaded 'com.squareup.okhttp3:okhttp:4.12.0'
87

modules/database-commons/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ description = "Testcontainers :: Database-Commons"
22

33
dependencies {
44
api project(':testcontainers')
5-
compileOnly libs.juni4mock
65

76
testImplementation 'org.assertj:assertj-core:3.26.3'
87
}

modules/dynalite/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ description = "Testcontainers :: Dynalite (deprecated)"
22

33
dependencies {
44
api project(':testcontainers')
5-
compileOnly libs.juni4mock
65

76
compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.772'
87
testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.772'

modules/elasticsearch/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ description = "Testcontainers :: elasticsearch"
22

33
dependencies {
44
api project(':testcontainers')
5-
compileOnly libs.juni4mock
65

76
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:8.15.1"
87
testImplementation "org.elasticsearch.client:transport:7.17.24"

0 commit comments

Comments
 (0)