summaryrefslogtreecommitdiffstats
path: root/vespa-athenz/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <mortent@oath.com>2019-02-21 11:25:50 +0100
committerMorten Tokle <mortent@oath.com>2019-02-21 11:59:59 +0100
commitbab80d36445a020981830f28bd050a9840f112f4 (patch)
tree8869923960ff77af0ee059ba3c2cc7904e312ee0 /vespa-athenz/pom.xml
parent4380cd5a3cdf50c6dd5d39e0a0b8b245b8ae70e5 (diff)
Add aws credential provider
Diffstat (limited to 'vespa-athenz/pom.xml')
-rw-r--r--vespa-athenz/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 27b68fbf360..f30aed1af5f 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -114,7 +114,10 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
-
+ <dependency>
+ <groupId>com.amazonaws</groupId>
+ <artifactId>aws-java-sdk-core</artifactId>
+ </dependency>
</dependencies>
<build>