summaryrefslogtreecommitdiffstats
path: root/jdisc-security-filters/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jdisc-security-filters/pom.xml')
-rw-r--r--jdisc-security-filters/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/jdisc-security-filters/pom.xml b/jdisc-security-filters/pom.xml
index bcee244ef69..5e8356e94f1 100644
--- a/jdisc-security-filters/pom.xml
+++ b/jdisc-security-filters/pom.xml
@@ -23,6 +23,12 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespa-athenz</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
<!-- test -->
<dependency>
@@ -41,6 +47,7 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+
</dependencies>
<build>