summaryrefslogtreecommitdiffstats
path: root/container-disc/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-11-06 17:45:32 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2017-11-06 17:49:17 +0100
commitc14153031e48b71bf4b7c66fab88cb37b8d49788 (patch)
treebb326f9e6c8ff7c01625c598c496f77d1f7ee2b3 /container-disc/pom.xml
parent145d7af877637a1c1bd024cc9fedf6de644ba584 (diff)
Add token refresh to AthenzIdentityProvider implementation
Includes logic for retry: exponential backoff for instance registration, linear backoff for credential updates. Moved instance registration + credentials update logic to new class AthenzCredentialsService.
Diffstat (limited to 'container-disc/pom.xml')
-rw-r--r--container-disc/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index bd8a3340622..952db36367b 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -20,6 +20,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>testutil</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>