summaryrefslogtreecommitdiffstats
path: root/jdisc-security-filters/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-02-17 16:02:08 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-02-17 16:04:10 +0100
commit4717ca675a011455fa68ec12cacfc26033a434a6 (patch)
treeab9e5f68acd5b0cc56fd3684f3f717c0b0e94fad /jdisc-security-filters/pom.xml
parent2e55f8118174a1e6fe5faa5ca9daf88f4be82461 (diff)
Add rule based request filter
Diffstat (limited to 'jdisc-security-filters/pom.xml')
-rw-r--r--jdisc-security-filters/pom.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/jdisc-security-filters/pom.xml b/jdisc-security-filters/pom.xml
index 867a32cc170..d4adfd23bac 100644
--- a/jdisc-security-filters/pom.xml
+++ b/jdisc-security-filters/pom.xml
@@ -47,7 +47,22 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
-
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.vintage</groupId>
+ <artifactId>junit-vintage-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>