File tree 1 file changed +1
-3
lines changed
instrumentation/aws-sdk/aws-sdk-2.2/library-autoconfigure
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,13 @@ dependencies {
21
21
testLibrary(" software.amazon.awssdk:s3:2.2.0" )
22
22
testLibrary(" software.amazon.awssdk:sqs:2.2.0" )
23
23
testLibrary(" software.amazon.awssdk:sns:2.2.0" )
24
-
25
- // last version that does not use json protocol
26
- latestDepTestLibrary(" software.amazon.awssdk:sqs:2.21.17" )
27
24
}
28
25
29
26
tasks {
30
27
test {
31
28
systemProperty(" otel.instrumentation.aws-sdk.experimental-span-attributes" , true )
32
29
systemProperty(" otel.instrumentation.aws-sdk.experimental-record-individual-http-error" , true )
33
30
systemProperty(" otel.instrumentation.messaging.experimental.capture-headers" , " test-message-header" )
31
+ systemProperty(" testLatestDeps" , findProperty(" testLatestDeps" ) as Boolean )
34
32
}
35
33
}
You can’t perform that action at this time.
0 commit comments