Skip to content

Commit 2e2f4f3

Browse files
authored
deps: use quarkus-junit (#1081)
1 parent d3265c7 commit 2e2f4f3

17 files changed

Lines changed: 17 additions & 33 deletions

File tree

java/bed-allocation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<!-- Testing -->
6464
<dependency>
6565
<groupId>io.quarkus</groupId>
66-
<artifactId>quarkus-junit5</artifactId>
66+
<artifactId>quarkus-junit</artifactId>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>

java/conference-scheduling/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,7 @@
6363
<!-- Testing -->
6464
<dependency>
6565
<groupId>io.quarkus</groupId>
66-
<artifactId>quarkus-junit5</artifactId>
67-
<scope>test</scope>
68-
</dependency>
69-
<dependency>
70-
<groupId>io.quarkus</groupId>
71-
<artifactId>quarkus-junit5-internal</artifactId>
66+
<artifactId>quarkus-junit</artifactId>
7267
<scope>test</scope>
7368
</dependency>
7469
<dependency>

java/employee-scheduling/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<!-- Testing -->
9494
<dependency>
9595
<groupId>io.quarkus</groupId>
96-
<artifactId>quarkus-junit5</artifactId>
96+
<artifactId>quarkus-junit</artifactId>
9797
<scope>test</scope>
9898
</dependency>
9999
<dependency>

java/facility-location/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<!-- Testing -->
5959
<dependency>
6060
<groupId>io.quarkus</groupId>
61-
<artifactId>quarkus-junit5</artifactId>
61+
<artifactId>quarkus-junit</artifactId>
6262
<scope>test</scope>
6363
</dependency>
6464
<dependency>

java/flight-crew-scheduling/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<!-- Testing -->
6464
<dependency>
6565
<groupId>io.quarkus</groupId>
66-
<artifactId>quarkus-junit5</artifactId>
66+
<artifactId>quarkus-junit</artifactId>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>

java/food-packaging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<!-- Testing -->
9393
<dependency>
9494
<groupId>io.quarkus</groupId>
95-
<artifactId>quarkus-junit5</artifactId>
95+
<artifactId>quarkus-junit</artifactId>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>

java/maintenance-scheduling/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<!-- Testing -->
9494
<dependency>
9595
<groupId>io.quarkus</groupId>
96-
<artifactId>quarkus-junit5</artifactId>
96+
<artifactId>quarkus-junit</artifactId>
9797
<scope>test</scope>
9898
</dependency>
9999
<dependency>

java/meeting-scheduling/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<!-- Testing -->
7070
<dependency>
7171
<groupId>io.quarkus</groupId>
72-
<artifactId>quarkus-junit5</artifactId>
72+
<artifactId>quarkus-junit</artifactId>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>

java/order-picking/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<!-- Testing -->
9393
<dependency>
9494
<groupId>io.quarkus</groupId>
95-
<artifactId>quarkus-junit5</artifactId>
95+
<artifactId>quarkus-junit</artifactId>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>

java/project-job-scheduling/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<!-- Testing -->
6464
<dependency>
6565
<groupId>io.quarkus</groupId>
66-
<artifactId>quarkus-junit5</artifactId>
66+
<artifactId>quarkus-junit</artifactId>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>

0 commit comments

Comments
 (0)