File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
test/fixtures/krb5kdc-fixture Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ dockerFixtures {
2121}
2222
2323configurations {
24- all {
25- transitive = false
26- }
2724 krb5ConfHdfsFile {
2825 canBeConsumed = true
2926 canBeResolved = false
@@ -36,21 +33,18 @@ configurations {
3633
3734dependencies {
3835 testImplementation project(' :test:framework' )
39-
4036 api " junit:junit:${ versions.junit} "
4137 api project(' :test:fixtures:testcontainer-utils' )
42- api " org.testcontainers:testcontainers:${ versions.testcontainer} "
43- implementation " com.carrotsearch.randomizedtesting:randomizedtesting-runner:${ versions.randomizedrunner} "
38+ api(" org.testcontainers:testcontainers:${ versions.testcontainer} " ) {
39+ transitive = false
40+ }
41+ implementation(" com.carrotsearch.randomizedtesting:randomizedtesting-runner:${ versions.randomizedrunner} " ){
42+ transitive = false
43+ }
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-
5448 // ensure we have proper logging during when used in tests
5549 runtimeOnly " org.slf4j:slf4j-simple:${ versions.slf4j} "
5650 runtimeOnly " org.hamcrest:hamcrest:${ versions.hamcrest} "
You can’t perform that action at this time.
0 commit comments