summaryrefslogtreecommitdiffstats
path: root/jdisc-security-filters/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2022-11-16 12:07:59 +0100
committerBjørn Christian Seime <bjorncs@yahooinc.com>2022-11-16 12:07:59 +0100
commit67e817445178aa0e7e7581bcda0d129c84334e77 (patch)
tree94d247af2f3d55e4138bf46f54872ac0a20945df /jdisc-security-filters/pom.xml
parentbd281f83956c62cc0e42e328c4bac5b338e1f1cf (diff)
Add test helper to construct filter request instance
Diffstat (limited to 'jdisc-security-filters/pom.xml')
-rw-r--r--jdisc-security-filters/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/jdisc-security-filters/pom.xml b/jdisc-security-filters/pom.xml
index a452327f6ff..652b864747d 100644
--- a/jdisc-security-filters/pom.xml
+++ b/jdisc-security-filters/pom.xml
@@ -53,6 +53,16 @@
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>