diff --git a/languages/csharp/AppEncryption/AppEncryption.IntegrationTests/AppEncryption.IntegrationTests.csproj b/languages/csharp/AppEncryption/AppEncryption.IntegrationTests/AppEncryption.IntegrationTests.csproj index 5f5d0c5bc..c5c747305 100644 --- a/languages/csharp/AppEncryption/AppEncryption.IntegrationTests/AppEncryption.IntegrationTests.csproj +++ b/languages/csharp/AppEncryption/AppEncryption.IntegrationTests/AppEncryption.IntegrationTests.csproj @@ -13,6 +13,9 @@ + + + diff --git a/languages/csharp/AppEncryption/AppEncryption.Tests/AppEncryption.Tests.csproj b/languages/csharp/AppEncryption/AppEncryption.Tests/AppEncryption.Tests.csproj index 1a6fb1e4a..d97f8ec6e 100644 --- a/languages/csharp/AppEncryption/AppEncryption.Tests/AppEncryption.Tests.csproj +++ b/languages/csharp/AppEncryption/AppEncryption.Tests/AppEncryption.Tests.csproj @@ -14,6 +14,9 @@ + + + diff --git a/languages/csharp/AppEncryption/AppEncryption/AppEncryption.csproj b/languages/csharp/AppEncryption/AppEncryption/AppEncryption.csproj index bca61d907..dfd61d090 100644 --- a/languages/csharp/AppEncryption/AppEncryption/AppEncryption.csproj +++ b/languages/csharp/AppEncryption/AppEncryption/AppEncryption.csproj @@ -11,11 +11,17 @@ true - - + + all + + + all + - + + all + diff --git a/languages/java/app-encryption/pom.xml b/languages/java/app-encryption/pom.xml index ac261933d..d05fba7aa 100644 --- a/languages/java/app-encryption/pom.xml +++ b/languages/java/app-encryption/pom.xml @@ -173,18 +173,21 @@ com.amazonaws aws-java-sdk-kms ${aws.sdk.version} + true com.amazonaws aws-java-sdk-dynamodb ${aws.sdk.version} + true io.micrometer micrometer-core ${micrometer.version} + true diff --git a/languages/java/secure-memory/pom.xml b/languages/java/secure-memory/pom.xml index 33a745d88..5edd0e814 100644 --- a/languages/java/secure-memory/pom.xml +++ b/languages/java/secure-memory/pom.xml @@ -171,8 +171,8 @@ - scm:git:https://github.com/godaddy/asherah.git - scm:git:https://github.com/godaddy/asherah.git - https://github.com/godaddy/asherah + scm:git:https://github.com/godaddy/asherah.git + scm:git:https://github.com/godaddy/asherah.git + https://github.com/godaddy/asherah diff --git a/samples/csharp/ReferenceApp/ReferenceApp/ReferenceApp.csproj b/samples/csharp/ReferenceApp/ReferenceApp/ReferenceApp.csproj index 9fb4dd96a..e33d1a1b5 100644 --- a/samples/csharp/ReferenceApp/ReferenceApp/ReferenceApp.csproj +++ b/samples/csharp/ReferenceApp/ReferenceApp/ReferenceApp.csproj @@ -16,6 +16,9 @@ + + + diff --git a/samples/java/reference-app/pom.xml b/samples/java/reference-app/pom.xml index ad63f934e..80a736809 100644 --- a/samples/java/reference-app/pom.xml +++ b/samples/java/reference-app/pom.xml @@ -14,6 +14,7 @@ 1.8 UTF-8 1.0.0-SNAPSHOT + 1.11.468 5.1.0 1.1.0 0.8.2 @@ -110,6 +111,18 @@ ${appencryption.version} + + com.amazonaws + aws-java-sdk-kms + ${aws.sdk.version} + + + + com.amazonaws + aws-java-sdk-dynamodb + ${aws.sdk.version} + + mysql mysql-connector-java diff --git a/tests/java/test-app/pom.xml b/tests/java/test-app/pom.xml index 3ad8f1d2d..4a17dd72f 100644 --- a/tests/java/test-app/pom.xml +++ b/tests/java/test-app/pom.xml @@ -15,8 +15,10 @@ 1.2.0 1.3.5 1.7.25 + 1.11.468 8.0.13 2.6.1 + 1.1.1 2.22.0 6.3.2 images @@ -33,8 +35,8 @@ scm:git:https://github.com/godaddy/asherah.git scm:git:https://github.com/godaddy/asherah.git https://github.com/godaddy/asherah - HEAD - + HEAD + @@ -223,7 +225,7 @@ com.amazonaws aws-java-sdk-kinesis - 1.11.496 + ${aws.sdk.version} com.fasterxml.jackson.dataformat @@ -275,6 +277,16 @@ mockito-junit-jupiter ${mockito.core.version} + + com.amazonaws + aws-java-sdk-kms + ${aws.sdk.version} + + + com.amazonaws + aws-java-sdk-dynamodb + ${aws.sdk.version} + mysql mysql-connector-java @@ -285,5 +297,10 @@ HikariCP ${com.zaxxer.hikaricp.version} + + io.micrometer + micrometer-core + ${micrometer.version} +