Migrate to Junit 5 Jupiter
[lttng-ust-java-tests.git] / lttng-ust-java-tests-jul / pom.xml
index b33a1a78b839fa6be1b09715a7cf4745f7e32b67..3a2354046021692da19adf487fae90d5dd3c60fe 100644 (file)
@@ -51,8 +51,9 @@
       <artifactId>lttng-ust-java-tests-common</artifactId>
     </dependency>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
+      <groupId>org.junit.jupiter</groupId>
+      <artifactId>junit-jupiter</artifactId>
+      <scope>test</scope>
     </dependency>
   </dependencies>
 
This page took 0.022877 seconds and 4 git commands to generate.