Migrate to Junit 5 Jupiter
[lttng-ust-java-tests.git] / lttng-ust-java-tests-log4j / pom.xml
index 016befad8fd7b6dbb340c2125dfe6036395facbc..81c31b8e71e7df47060d63343567825fcb38e557 100644 (file)
@@ -55,8 +55,9 @@
       <artifactId>log4j</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.022617 seconds and 4 git commands to generate.