aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc-cloud-aws/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <mortent@yahooinc.com>2023-11-16 16:02:28 +0100
committerMorten Tokle <mortent@yahooinc.com>2023-11-16 16:05:14 +0100
commit5b09e7509f5f46520853f631698039e29fdf8fa3 (patch)
treee57b192a86115ee830407b32a615330f472d454b /jdisc-cloud-aws/pom.xml
parentacd4ebf2718a4d80998b87a57c4b046e56f8e3e0 (diff)
Proper refresh of credentials
Diffstat (limited to 'jdisc-cloud-aws/pom.xml')
-rw-r--r--jdisc-cloud-aws/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/jdisc-cloud-aws/pom.xml b/jdisc-cloud-aws/pom.xml
index 3dfbf1e9154..af5c5c7cc8f 100644
--- a/jdisc-cloud-aws/pom.xml
+++ b/jdisc-cloud-aws/pom.xml
@@ -47,6 +47,23 @@
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-ssm</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>testutil</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
<build>