File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
integration-tests/logging-panache
test-framework/junit5-internal/src/main/java/io/quarkus/test Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 3030 <artifactId >quarkus-jdbc-h2</artifactId >
3131 <scope >test</scope >
3232 </dependency >
33- <dependency >
34- <groupId >io.quarkus</groupId >
35- <artifactId >quarkus-agroal-dev</artifactId >
36- <scope >test</scope >
37- </dependency >
3833 <dependency >
3934 <groupId >io.quarkus</groupId >
4035 <artifactId >quarkus-resteasy</artifactId >
Original file line number Diff line number Diff line change @@ -442,6 +442,7 @@ private static ApplicationModel resolveOriginalAppModel() {
442442 try {
443443 return BootstrapAppModelFactory .newInstance ()
444444 .setTest (true )
445+ .setDevMode (true )
445446 .setProjectRoot (Path .of ("" ).normalize ().toAbsolutePath ())
446447 .resolveAppModel ()
447448 .getApplicationModel ();
You can’t perform that action at this time.
0 commit comments