Migrate to Junit 5 Jupiter
[lttng-ust-java-tests.git] / lttng-ust-java-tests-log4j2 / pom.xml
index 422ba8c7e17fe398044f8bb7e9d05899a6000b9d..1eb7d27c4ad2513e0117889fb0a2c03ca3431393 100644 (file)
@@ -59,8 +59,9 @@
       <artifactId>log4j-core</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.021751 seconds and 4 git commands to generate.