From 915c7e4ddb8c8a76306717240ba1156692677c08 Mon Sep 17 00:00:00 2001 From: Naya Chen Date: Thu, 21 Apr 2022 17:09:59 -0700 Subject: [PATCH] add aws-java-sdk-sts to aws-common classpath (#95) * add sdk to aws common classpath * add runtime scope for sts dependency * add comment --- cloud/aws-common/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cloud/aws-common/pom.xml b/cloud/aws-common/pom.xml index ddedf0b9bb73..b79fefeb7a95 100644 --- a/cloud/aws-common/pom.xml +++ b/cloud/aws-common/pom.xml @@ -80,6 +80,14 @@ validation-api + + + + com.amazonaws + aws-java-sdk-sts + runtime + + junit