Skip to content

Commit

Permalink
Skipping bad dynamoDB version
Browse files Browse the repository at this point in the history
  • Loading branch information
meiao committed Jun 1, 2022
1 parent e1fec8f commit 4e5074c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instrumentation/aws-java-sdk-dynamodb-2.15.34/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jar {

verifyInstrumentation {
passes 'software.amazon.awssdk:dynamodb:[2.1.0,)'
exclude 'software.amazon.awssdk:dynamodb:2.17.200' // this version failed the test, but the next one works again.
}

task copyNativeDeps(type: Copy) {
Expand Down

0 comments on commit 4e5074c

Please sign in to comment.