aboutsummaryrefslogtreecommitdiffstats
path: root/zookeeper-client-common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'zookeeper-client-common/pom.xml')
-rw-r--r--zookeeper-client-common/pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/zookeeper-client-common/pom.xml b/zookeeper-client-common/pom.xml
index 5eafd040e79..c3dc4629702 100644
--- a/zookeeper-client-common/pom.xml
+++ b/zookeeper-client-common/pom.xml
@@ -40,8 +40,13 @@
<!-- compile scope -->
<!-- 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>
</dependencies>