File tree Expand file tree Collapse file tree
Examples/DynamoDbEncryption Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ repositories {
6767}
6868
6969dependencies {
70- implementation(" software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:4.0.0-native-SNAPSHOT" )
70+ // TODO: change this
71+ implementation(" software.amazon.cryptography:aws-database-encryption-sdk-dynamodb-native:4.0.0-native-SNAPSHOT" )
7172 implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion} " )
7273
7374 implementation(platform(" software.amazon.awssdk:bom:2.19.1" ))
Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ publishing {
4646 publications {
4747 create<MavenPublication >(" mavenJava" ) {
4848 from(components[" java" ])
49- artifactId = " aws-database-encryption-sdk-dynamodb"
49+ // TODO: change this
50+ artifactId = " aws-database-encryption-sdk-dynamodb-native"
5051 }
5152 }
5253}
You can’t perform that action at this time.
0 commit comments