File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,6 @@ testing {
73
73
dependencies {
74
74
implementation project()
75
75
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
- }
83
76
}
84
77
}
85
78
test {
@@ -115,6 +108,8 @@ testing {
115
108
implementation project(' :test:fixtures:ec2-imds-fixture' )
116
109
implementation project(' :test:fixtures:minio-fixture' )
117
110
implementation project(' :test:fixtures:testcontainer-utils' )
111
+ implementation " software.amazon.awssdk:s3:${ versions.awsv2sdk} "
112
+ implementation " software.amazon.awssdk:endpoints-spi:${ versions.awsv2sdk} "
118
113
}
119
114
}
120
115
// test suite for the Yaml rest tests provided by the InternalYamlRestTestPlugin
@@ -169,6 +164,7 @@ testing {
169
164
dependencies {
170
165
implementation project(' :test:fixtures:minio-fixture' )
171
166
implementation project(' :server' )
167
+ implementation " software.amazon.awssdk:s3:${ versions.awsv2sdk} "
172
168
implementation " software.amazon.awssdk:aws-core:${ versions.awsv2sdk} "
173
169
implementation " software.amazon.awssdk:identity-spi:${ versions.awsv2sdk} "
174
170
implementation " software.amazon.awssdk:utils:${ versions.awsv2sdk} "
You can’t perform that action at this time.
0 commit comments