Bump log4j2 test dependencies
[lttng-ust-java-tests.git] / lttng-ust-java-tests-log4j2 / pom.xml
index 422ba8c7e17fe398044f8bb7e9d05899a6000b9d..03fb51e5740cdc2d1a29521361feded2adf67900 100644 (file)
       <artifactId>log4j-core</artifactId>
     </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>
     </dependency>
   </dependencies>
 
This page took 0.022638 seconds and 4 git commands to generate.