Skip to content

Commit

Permalink
Remove aws sqs latest dep limit (#11643)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Jun 20, 2024
1 parent d8b482a commit 622d8ed
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ dependencies {
testLibrary("software.amazon.awssdk:s3:2.2.0")
testLibrary("software.amazon.awssdk:sqs:2.2.0")
testLibrary("software.amazon.awssdk:sns:2.2.0")

// last version that does not use json protocol
latestDepTestLibrary("software.amazon.awssdk:sqs:2.21.17")
}

tasks {
test {
systemProperty("otel.instrumentation.aws-sdk.experimental-span-attributes", true)
systemProperty("otel.instrumentation.aws-sdk.experimental-record-individual-http-error", true)
systemProperty("otel.instrumentation.messaging.experimental.capture-headers", "test-message-header")
systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
}
}

0 comments on commit 622d8ed

Please sign in to comment.