summaryrefslogtreecommitdiffstats
path: root/security-utils/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-12-02 16:46:27 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-12-02 16:46:27 +0100
commit482a30d82ab06a8f8ddfbc1d3e1222daa0b3389f (patch)
treea6729f4666159a997749dda56604157c3a9fae18 /security-utils/pom.xml
parent7050f71b6d40c59fb68315b0c72dc3dcf84f0f0c (diff)
Add glob pattern helper that handles multiple alternative boundaries
Diffstat (limited to 'security-utils/pom.xml')
-rw-r--r--security-utils/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/security-utils/pom.xml b/security-utils/pom.xml
index b7c7c110ad8..39a52fb12db 100644
--- a/security-utils/pom.xml
+++ b/security-utils/pom.xml
@@ -60,6 +60,16 @@
<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>
</dependencies>
<build>
<plugins>