aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-02-09 15:19:57 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-02-09 15:20:13 +0100
commita77602a6c917969026c7b1b6fae035a3e7009ead (patch)
treedc8e1cfb3e525608697cf9c52db0ad65dc872665 /jdisc_http_service
parent0fe8084caea41d4023f63f31ba3b9513ad8209c2 (diff)
Re-enable junit4 tests
Junit4 tests have been accidentally disabled since junit5 tests were added to this module.
Diffstat (limited to 'jdisc_http_service')
-rw-r--r--jdisc_http_service/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/jdisc_http_service/pom.xml b/jdisc_http_service/pom.xml
index 2baba974b03..57d69a2f2dd 100644
--- a/jdisc_http_service/pom.xml
+++ b/jdisc_http_service/pom.xml
@@ -156,6 +156,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>