Migrate to Junit 5 Jupiter
[lttng-ust-java-tests.git] / lttng-ust-java-tests-log4j / pom.xml
index f289f508f2df882c83149a634662c9eb28cbe735..81c31b8e71e7df47060d63343567825fcb38e557 100644 (file)
   <parent>
     <groupId>org.lttng.ust</groupId>
     <artifactId>lttng-ust-java-parent</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>lttng-ust-java-tests-log4j</artifactId>
   <packaging>jar</packaging>
 
-  <name>LTTng-UST Java Agent Log4j API Integration Tests</name>
+  <name>LTTng-UST Java Agent Log4j 1.x API Integration Tests</name>
 
   <dependencies>
     <dependency>
@@ -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.022899 seconds and 4 git commands to generate.