Migrate to Junit 5 Jupiter
[lttng-ust-java-tests.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e64a7b1b4937bfdc999cd767ca0d01f9f53b088d..68c634aa01d7324cf69620962a200522f10b9ac0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       </dependency>
 
       <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>4.13.2</version>
-        <scope>test</scope>
+        <groupId>org.junit</groupId>
+        <artifactId>junit-bom</artifactId>
+        <version>5.8.2</version>
+        <type>pom</type>
+        <scope>import</scope>
       </dependency>
 
       <!-- System dependencies, should have been installed by UST -->
This page took 0.02498 seconds and 4 git commands to generate.