aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-04-14 14:24:44 +0200
committerHarald Musum <musum@yahooinc.com>2023-04-14 14:24:44 +0200
commit8162871b7bdc83d4ab03c14979b3b1f8020a81b5 (patch)
tree54c67aa37a57282c35ae41772492b3f0e6cfa635 /clustercontroller-core/pom.xml
parent6e2fc3a4bb3fd81f26357f875f7349e11ca9d3ab (diff)
Parameterize tests
Diffstat (limited to 'clustercontroller-core/pom.xml')
-rw-r--r--clustercontroller-core/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/clustercontroller-core/pom.xml b/clustercontroller-core/pom.xml
index b4ac5ca869c..647d8ca4e64 100644
--- a/clustercontroller-core/pom.xml
+++ b/clustercontroller-core/pom.xml
@@ -64,6 +64,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-params</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>