summaryrefslogtreecommitdiffstats
path: root/jdisc-cloud-aws/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jdisc-cloud-aws/pom.xml')
-rw-r--r--jdisc-cloud-aws/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/jdisc-cloud-aws/pom.xml b/jdisc-cloud-aws/pom.xml
index 9089c5785c7..045ac1343c8 100644
--- a/jdisc-cloud-aws/pom.xml
+++ b/jdisc-cloud-aws/pom.xml
@@ -25,6 +25,18 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.amazonaws</groupId>
+ <artifactId>aws-java-sdk-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.amazonaws</groupId>
+ <artifactId>aws-java-sdk-sts</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.amazonaws</groupId>
+ <artifactId>aws-java-sdk-ssm</artifactId>
+ </dependency>
</dependencies>
<build>