aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc-cloud-aws/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2021-01-29 12:30:49 +0100
committerMorten Tokle <mortent@verizonmedia.com>2021-01-29 12:37:29 +0100
commitbc0dda930a028eafed7dfe31bd6a0ef3a59f6dda (patch)
tree29e2adfcf617debb72d8a82ff7751f45eb24d479 /jdisc-cloud-aws/pom.xml
parent02080c165ee28713caf5e74773093aaa19d39b3e (diff)
Initial aws secret store
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>