File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
instrumentation/aws-sdk/aws-sdk-2.2/library-autoconfigure Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,13 @@ dependencies {
2121 testLibrary(" software.amazon.awssdk:s3:2.2.0" )
2222 testLibrary(" software.amazon.awssdk:sqs:2.2.0" )
2323 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" )
2724}
2825
2926tasks {
3027 test {
3128 systemProperty(" otel.instrumentation.aws-sdk.experimental-span-attributes" , true )
3229 systemProperty(" otel.instrumentation.aws-sdk.experimental-record-individual-http-error" , true )
3330 systemProperty(" otel.instrumentation.messaging.experimental.capture-headers" , " test-message-header" )
31+ systemProperty(" testLatestDeps" , findProperty(" testLatestDeps" ) as Boolean )
3432 }
3533}
You can’t perform that action at this time.
0 commit comments