Skip to content

Commit

Permalink
Configure the resolver for dev mode in QuarkusDevModeTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Loubyansky committed Dec 13, 2024
1 parent ea18d06 commit a84b285
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions integration-tests/logging-panache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
<artifactId>quarkus-jdbc-h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-agroal-dev</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ private static ApplicationModel resolveOriginalAppModel() {
try {
return BootstrapAppModelFactory.newInstance()
.setTest(true)
.setDevMode(true)
.setProjectRoot(Path.of("").normalize().toAbsolutePath())
.resolveAppModel()
.getApplicationModel();
Expand Down

0 comments on commit a84b285

Please sign in to comment.