Migrate to Junit 5 Jupiter
[lttng-ust-java-tests.git] / lttng-ust-java-tests-common / pom.xml
index 507355364a47d2a45521962697789f2cbf442ec7..55edc494c711fad446c674690781f8746e4c7d81 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-common</artifactId>
@@ -45,8 +45,8 @@
     </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>
This page took 0.02453 seconds and 4 git commands to generate.