Migrate to Junit 5 Jupiter
[lttng-ust-java-tests.git] / lttng-ust-java-tests-jul / pom.xml
index b55e325290ec7e9ed05d40ee6ec403e21c142090..3a2354046021692da19adf487fae90d5dd3c60fe 100644 (file)
@@ -25,7 +25,7 @@
   <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-jul</artifactId>
@@ -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.022237 seconds and 4 git commands to generate.