summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
Diffstat (limited to 'flags')
-rw-r--r--flags/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/flags/pom.xml b/flags/pom.xml
index 4f1bdcb61e3..3774ab3bf5f 100644
--- a/flags/pom.xml
+++ b/flags/pom.xml
@@ -93,6 +93,11 @@
<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>