From e7fd6ef7157defdf032e6751732187eb5389864d Mon Sep 17 00:00:00 2001 From: Yu Zeng Date: Tue, 21 Dec 2021 15:37:31 -0800 Subject: [PATCH] Add test dependencies --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6a9a58d0..dc31f6d6 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,11 @@ + + com.amazonaws + aws-java-sdk-core + ${aws-java-sdk.version} + com.amazonaws aws-java-sdk-dynamodb @@ -109,6 +114,12 @@ 2.17.0 test + + + com.fasterxml.jackson.core + jackson-core + 2.13.0 + @@ -300,7 +311,7 @@ [1.8,) - -Xdoclint:none + none