File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
test/fixtures/krb5kdc-fixture Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ dockerFixtures {
2121}
2222
2323configurations {
24+ all {
25+ transitive = false
26+ }
2427 krb5ConfHdfsFile {
2528 canBeConsumed = true
2629 canBeResolved = false
@@ -33,18 +36,21 @@ configurations {
3336
3437dependencies {
3538 testImplementation project(' :test:framework' )
39+
3640 api " junit:junit:${ versions.junit} "
3741 api project(' :test:fixtures:testcontainer-utils' )
38- api(" org.testcontainers:testcontainers:${ versions.testcontainer} " ) {
39- transitive = false
40- }
41- implementation(" com.carrotsearch.randomizedtesting:randomizedtesting-runner:${ versions.randomizedrunner} " ){
42- transitive = false
43- }
42+ api " org.testcontainers:testcontainers:${ versions.testcontainer} "
43+ implementation " com.carrotsearch.randomizedtesting:randomizedtesting-runner:${ versions.randomizedrunner} "
4444 implementation " org.slf4j:slf4j-api:${ versions.slf4j} "
4545 implementation " com.github.docker-java:docker-java-api:${ versions.dockerJava} "
4646 implementation " com.fasterxml.jackson.core:jackson-annotations:${ versions.jackson} "
4747
48+ runtimeOnly " com.github.docker-java:docker-java-transport-zerodep:${ versions.dockerJava} "
49+ runtimeOnly " com.github.docker-java:docker-java-transport:${ versions.dockerJava} "
50+ runtimeOnly " com.github.docker-java:docker-java-core:${ versions.dockerJava} "
51+ runtimeOnly " org.apache.commons:commons-compress:${ versions.commonsCompress} "
52+ runtimeOnly " org.rnorth.duct-tape:duct-tape:${ versions.ductTape} "
53+
4854 // ensure we have proper logging during when used in tests
4955 runtimeOnly " org.slf4j:slf4j-simple:${ versions.slf4j} "
5056 runtimeOnly " org.hamcrest:hamcrest:${ versions.hamcrest} "
You can’t perform that action at this time.
0 commit comments