summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-06-18 13:41:45 +0200
committerGitHub <noreply@github.com>2021-06-18 13:41:45 +0200
commit1bdde0b8222028ba205f10ca5efaccc791908de3 (patch)
tree3d80dafb5bea823a32482cd8cb8bcbe7894ff3cc /flags
parentcb76ec378283b96c7e546e032c97321f2986f940 (diff)
parent1e936837511c99b7f4e6d518108a49689995f49b (diff)
Merge pull request #18316 from vespa-engine/hakonhall/actually-test-the-junit-4-tests
Actually test the Junit 4 tests in flags
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>