summaryrefslogtreecommitdiffstats
path: root/jdisc-security-filters/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-07-12 13:32:20 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-07-12 13:37:30 +0200
commit876ca0b666b01fd88be644a1e31065c5707254f0 (patch)
tree8f9a3d6e08248e990698ce263358b9c27118baf1 /jdisc-security-filters/pom.xml
parent5df78771f0ff297c7d83eaaaa71df067896d5520 (diff)
Add expiration concept to data plane tokens
Diffstat (limited to 'jdisc-security-filters/pom.xml')
-rw-r--r--jdisc-security-filters/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/jdisc-security-filters/pom.xml b/jdisc-security-filters/pom.xml
index 652b864747d..3440f9089d7 100644
--- a/jdisc-security-filters/pom.xml
+++ b/jdisc-security-filters/pom.xml
@@ -63,6 +63,12 @@
<artifactId>jetty-util</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>testutil</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>