File tree Expand file tree Collapse file tree 5 files changed +1
-24
lines changed
DynamoDbEncryption/runtimes/java
TestVectors/runtimes/java Expand file tree Collapse file tree 5 files changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,10 @@ repositories {
79
79
val dynamodb by configurations.creating
80
80
81
81
dependencies {
82
- implementation(" org.dafny:DafnyRuntime:${dafnyRuntimeJavaVersion} " )
83
- implementation(" software.amazon.smithy.dafny:conversion:${smithyDafnyJavaConversionVersion} " )
84
82
implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion} " )
85
83
86
84
implementation(platform(" software.amazon.awssdk:bom:2.26.25" ))
87
- implementation(" software.amazon.awssdk:dynamodb" )
88
85
implementation(" software.amazon.awssdk:dynamodb-enhanced" )
89
- implementation(" software.amazon.awssdk:kms" )
90
86
91
87
testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.2" )
92
88
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.2" )
Original file line number Diff line number Diff line change @@ -68,18 +68,11 @@ repositories {
68
68
69
69
dependencies {
70
70
implementation(" software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:${ddbecVersion} " )
71
- implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion} " )
72
-
73
71
implementation(platform(" software.amazon.awssdk:bom:2.19.1" ))
74
72
implementation(" software.amazon.awssdk:arns" )
75
73
implementation(" software.amazon.awssdk:auth" )
76
- implementation(" software.amazon.awssdk:dynamodb" )
77
- implementation(" software.amazon.awssdk:dynamodb-enhanced" )
78
- implementation(" software.amazon.awssdk:kms" )
79
74
implementation(" software.amazon.awssdk:sts" )
80
75
81
- implementation(" org.bouncycastle:bcprov-jdk18on:1.72" )
82
-
83
76
// https://mvnrepository.com/artifact/org.testng/testng
84
77
testImplementation(" org.testng:testng:7.5" )
85
78
}
Original file line number Diff line number Diff line change @@ -67,12 +67,9 @@ repositories {
67
67
68
68
dependencies {
69
69
implementation(" software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:${ddbecVersion} " )
70
- implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion} " )
71
70
72
71
implementation(platform(" software.amazon.awssdk:bom:2.19.1" ))
73
- implementation(" software.amazon.awssdk:dynamodb" )
74
72
implementation(" software.amazon.awssdk:dynamodb-enhanced" )
75
- implementation(" software.amazon.awssdk:kms" )
76
73
77
74
// To support legacy configuration
78
75
implementation(" com.amazonaws:aws-java-sdk-dynamodb:1.12.409" )
Original file line number Diff line number Diff line change @@ -67,12 +67,8 @@ repositories {
67
67
68
68
dependencies {
69
69
implementation(" software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:${ddbecVersion} " )
70
- implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion} " )
71
-
72
70
implementation(platform(" software.amazon.awssdk:bom:2.19.1" ))
73
- implementation(" software.amazon.awssdk:dynamodb" )
74
71
implementation(" software.amazon.awssdk:dynamodb-enhanced" )
75
- implementation(" software.amazon.awssdk:kms" )
76
72
77
73
// https://mvnrepository.com/artifact/org.testng/testng
78
74
testImplementation(" org.testng:testng:7.5" )
Original file line number Diff line number Diff line change @@ -86,17 +86,12 @@ repositories {
86
86
val dynamodb by configurations.creating
87
87
88
88
dependencies {
89
- implementation(" org.dafny:DafnyRuntime:${dafnyRuntimeJavaVersion} " )
90
- implementation(" software.amazon.smithy.dafny:conversion:${smithyDafnyJavaConversionVersion} " )
91
- implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion} " )
92
89
implementation(" software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:${ddbecVersion} " )
93
90
implementation(" software.amazon.cryptography:TestAwsCryptographicMaterialProviders:${mplVersion} " )
94
91
95
92
implementation(platform(" software.amazon.awssdk:bom:2.26.25" ))
96
- implementation(" software.amazon.awssdk:dynamodb" )
97
93
implementation(" software.amazon.awssdk:dynamodb-enhanced" )
98
- implementation(" software.amazon.awssdk:core:2.26.25" )
99
- implementation(" software.amazon.awssdk:kms" )
94
+ implementation(" software.amazon.awssdk:core" )
100
95
testImplementation(" com.amazonaws:DynamoDBLocal:2.+" )
101
96
// This is where we gather the SQLLite files to copy over
102
97
dynamodb(" com.amazonaws:DynamoDBLocal:2.+" )
You can’t perform that action at this time.
0 commit comments