File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,6 @@ testing {
7373 dependencies {
7474 implementation project()
7575 implementation project(' :test:framework' )
76- implementation " software.amazon.awssdk:s3:${ versions.awsv2sdk} "
77- implementation " software.amazon.awssdk:endpoints-spi:${ versions.awsv2sdk} "
78-
79- runtimeOnly(" org.slf4j:slf4j-simple:${ versions.slf4j} " ) {
80- // TODO: (Rene) this should be handled by ElasticsearchBase Plugin but there's an open issue with that.
81- transitive = false
82- }
8376 }
8477 }
8578 test {
@@ -115,6 +108,8 @@ testing {
115108 implementation project(' :test:fixtures:ec2-imds-fixture' )
116109 implementation project(' :test:fixtures:minio-fixture' )
117110 implementation project(' :test:fixtures:testcontainer-utils' )
111+ implementation " software.amazon.awssdk:s3:${ versions.awsv2sdk} "
112+ implementation " software.amazon.awssdk:endpoints-spi:${ versions.awsv2sdk} "
118113 }
119114 }
120115 // test suite for the Yaml rest tests provided by the InternalYamlRestTestPlugin
@@ -169,6 +164,7 @@ testing {
169164 dependencies {
170165 implementation project(' :test:fixtures:minio-fixture' )
171166 implementation project(' :server' )
167+ implementation " software.amazon.awssdk:s3:${ versions.awsv2sdk} "
172168 implementation " software.amazon.awssdk:aws-core:${ versions.awsv2sdk} "
173169 implementation " software.amazon.awssdk:identity-spi:${ versions.awsv2sdk} "
174170 implementation " software.amazon.awssdk:utils:${ versions.awsv2sdk} "
You can’t perform that action at this time.
0 commit comments