Skip to content

Commit c6a055d

Browse files
committed
Move to new Quarkus JUnit dependencies
1 parent b6bc2d4 commit c6a055d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

components/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<dependency>
2424
<groupId>io.quarkus</groupId>
25-
<artifactId>quarkus-junit5-internal</artifactId>
25+
<artifactId>quarkus-junit-internal</artifactId>
2626
<scope>test</scope>
2727
</dependency>
2828
<dependency>

core/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
<dependency>
4848
<groupId>io.quarkus</groupId>
49-
<artifactId>quarkus-junit5-internal</artifactId>
49+
<artifactId>quarkus-junit-internal</artifactId>
5050
<scope>test</scope>
5151
</dependency>
5252
<dependency>

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<dependency>
2727
<groupId>io.quarkus</groupId>
28-
<artifactId>quarkus-junit5</artifactId>
28+
<artifactId>quarkus-junit</artifactId>
2929
</dependency>
3030

3131
<dependency>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<dependency>
2222
<groupId>io.quarkus</groupId>
23-
<artifactId>quarkus-junit5</artifactId>
23+
<artifactId>quarkus-junit</artifactId>
2424
<scope>test</scope>
2525
</dependency>
2626
<dependency>

integration-tests/scopes/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependencies>
1515
<dependency>
1616
<groupId>io.quarkus</groupId>
17-
<artifactId>quarkus-junit5</artifactId>
17+
<artifactId>quarkus-junit</artifactId>
1818
</dependency>
1919

2020
<dependency>

jpa/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<dependency>
2929
<groupId>io.quarkus</groupId>
30-
<artifactId>quarkus-junit5-internal</artifactId>
30+
<artifactId>quarkus-junit-internal</artifactId>
3131
<scope>test</scope>
3232
</dependency>
3333
<dependency>

rest/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<!-- Test Dependencies -->
3333
<dependency>
3434
<groupId>io.quarkus</groupId>
35-
<artifactId>quarkus-junit5-internal</artifactId>
35+
<artifactId>quarkus-junit-internal</artifactId>
3636
<scope>test</scope>
3737
</dependency>
3838
<dependency>

0 commit comments

Comments
 (0)