summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@verizonmedia.com>2021-06-18 13:24:18 +0200
committerHåkon Hallingstad <hakon@verizonmedia.com>2021-06-18 13:24:18 +0200
commit1e936837511c99b7f4e6d518108a49689995f49b (patch)
treeb2ba5925e0a97d4b8e8595800891ed447aa786c6 /flags
parent535c296b9c51a1c8b94a3afbc8c38bed57c95cc2 (diff)
Actually test the Junit 4 tests
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>