summaryrefslogtreecommitdiffstats
path: root/http-utils/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2022-07-27 15:52:17 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2022-07-27 15:58:37 +0200
commitb434b82feae653f432762e30d2a59e4f2ee651e7 (patch)
tree275b0a8771fae8f352779b617f090eabb74c535c /http-utils/pom.xml
parent4ed0df01b4c4ff7a8238c7dd31b9c252e94ce87a (diff)
Convert http-utils to junit5
Diffstat (limited to 'http-utils/pom.xml')
-rw-r--r--http-utils/pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/http-utils/pom.xml b/http-utils/pom.xml
index 5b26235b62e..6cb6cd018c8 100644
--- a/http-utils/pom.xml
+++ b/http-utils/pom.xml
@@ -50,8 +50,13 @@
<!-- test scope -->
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>