Migrate to Junit 5 Jupiter
[lttng-ust-java-tests.git] / lttng-ust-java-tests-common / pom.xml
index c72cd5ca20d6287efb1d9090d030b5e27a218ce1..55edc494c711fad446c674690781f8746e4c7d81 100644 (file)
@@ -45,8 +45,8 @@
     </dependency>
 
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
+      <groupId>org.junit.jupiter</groupId>
+      <artifactId>junit-jupiter</artifactId>
       <!-- Special case here, we ship abstract test classes in the jar, so we
            need the JUnit dependency all the time. -->
       <scope>compile</scope>
This page took 0.024897 seconds and 4 git commands to generate.