Skip to content

Commit

Permalink
Switch to Quarkus Arc for dependency management
Browse files Browse the repository at this point in the history
```
- Transition project dependencies from `quarkus-core` to `quarkus-arc` to align with updated architecture requirements.
- Update both runtime and deployment modules to reflect the dependency changes.
```
  • Loading branch information
gastaldi committed Jan 11, 2025
1 parent 31ffd5b commit 9e313a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-core-deployment</artifactId>
<artifactId>quarkus-arc-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkiverse.angusmail</groupId>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-core</artifactId>
<artifactId>quarkus-arc</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.angus</groupId>
Expand Down

0 comments on commit 9e313a6

Please sign in to comment.