Skip to content

Commit

Permalink
Merge pull request quarkusio#45109 from aloubyansky/quarkus-dev-mode-…
Browse files Browse the repository at this point in the history
…resolver-fix

Configure the resolver for dev mode in QuarkusDevModeTest
  • Loading branch information
aloubyansky authored Dec 13, 2024
2 parents b235baa + a84b285 commit 74ce405
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 74ce405

Please sign in to comment.