We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7961bee commit cb507f5Copy full SHA for cb507f5
TestVectors/runtimes/java/build.gradle.kts
@@ -97,9 +97,9 @@ dependencies {
97
implementation("software.amazon.awssdk:dynamodb-enhanced")
98
implementation("software.amazon.awssdk:core:2.19.1")
99
implementation("software.amazon.awssdk:kms")
100
- testImplementation("com.amazonaws:DynamoDBLocal:1.+")
+ testImplementation("com.amazonaws:DynamoDBLocal:2.+")
101
// This is where we gather the SQLLite files to copy over
102
- dynamodb("com.amazonaws:DynamoDBLocal:1.+")
+ dynamodb("com.amazonaws:DynamoDBLocal:2.+")
103
// As of 1.21.0 DynamoDBLocal does not support Apple Silicon
104
// This checks the dependencies and adds a native library
105
// to support this architecture.
0 commit comments