File tree Expand file tree Collapse file tree
docs/src/modules/ROOT/pages/quickstart
quarkus-jackson/integration-test
reflection-integration-test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 555555 <configuration >
556556 <failOnWarning >true</failOnWarning >
557557 <ignoreNonCompile >true</ignoreNonCompile >
558- <verbose >true</verbose >
559558 </configuration >
560559 </execution >
561560 </executions >
Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ Add some dependencies in your `pom.xml`:
535535----
536536 <dependency>
537537 <groupId>io.quarkus</groupId>
538- <artifactId>quarkus-junit5 </artifactId>
538+ <artifactId>quarkus-junit </artifactId>
539539 <scope>test</scope>
540540 </dependency>
541541----
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ Add the subsequent dependency in your `pom.xml`:
236236----
237237 <dependency>
238238 <groupId>io.quarkus</groupId>
239- <artifactId>quarkus-junit5 </artifactId>
239+ <artifactId>quarkus-junit </artifactId>
240240 <scope>test</scope>
241241 </dependency>
242242----
@@ -247,7 +247,7 @@ Gradle::
247247Add the subsequent dependency to your `build.gradle`:
248248[source,groovy,subs=attributes+]
249249----
250- testImplementation "io.quarkus:quarkus-junit5 "
250+ testImplementation "io.quarkus:quarkus-junit "
251251----
252252--
253253====
Original file line number Diff line number Diff line change 3333
3434 <dependency >
3535 <groupId >io.quarkus</groupId >
36- <artifactId >quarkus-junit5 -internal</artifactId >
36+ <artifactId >quarkus-junit -internal</artifactId >
3737 <scope >test</scope >
3838 </dependency >
3939 <dependency >
Original file line number Diff line number Diff line change 4040 <!-- test dependencies -->
4141 <dependency >
4242 <groupId >io.quarkus</groupId >
43- <artifactId >quarkus-junit5 </artifactId >
43+ <artifactId >quarkus-junit </artifactId >
4444 <scope >test</scope >
4545 </dependency >
4646 <dependency >
Original file line number Diff line number Diff line change 4444 <!-- test dependencies -->
4545 <dependency >
4646 <groupId >io.quarkus</groupId >
47- <artifactId >quarkus-junit5 </artifactId >
47+ <artifactId >quarkus-junit </artifactId >
4848 <scope >test</scope >
4949 </dependency >
5050 <dependency >
Original file line number Diff line number Diff line change 3030
3131 <dependency >
3232 <groupId >io.quarkus</groupId >
33- <artifactId >quarkus-junit5 -internal</artifactId >
33+ <artifactId >quarkus-junit -internal</artifactId >
3434 <scope >test</scope >
3535 </dependency >
3636 <dependency >
Original file line number Diff line number Diff line change 4040 </dependency >
4141 <dependency >
4242 <groupId >io.quarkus</groupId >
43- <artifactId >quarkus-junit5 </artifactId >
43+ <artifactId >quarkus-junit </artifactId >
4444 <scope >test</scope >
4545 </dependency >
4646 <dependency >
5050 </dependency >
5151 <dependency >
5252 <groupId >io.quarkus</groupId >
53- <artifactId >quarkus-junit5 -internal</artifactId >
53+ <artifactId >quarkus-junit -internal</artifactId >
5454 <scope >test</scope >
5555 </dependency >
5656 </dependencies >
Original file line number Diff line number Diff line change 3636 <!-- test dependencies -->
3737 <dependency >
3838 <groupId >io.quarkus</groupId >
39- <artifactId >quarkus-junit5 </artifactId >
39+ <artifactId >quarkus-junit </artifactId >
4040 <scope >test</scope >
4141 </dependency >
4242 <dependency >
You can’t perform that action at this time.
0 commit comments