Skip to content

Commit

Permalink
Fix incorrect groupId in integration test configuration
Browse files Browse the repository at this point in the history
- Correct groupId in `pom.xml` to fix dependency resolution issues.
  • Loading branch information
gastaldi committed Jan 11, 2025
1 parent 9e313a6 commit 444e954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<artifactId>quarkus-rest</artifactId>
</dependency>
<dependency>
<groupId>io.quarkiverse.angus-mail</groupId>
<groupId>io.quarkiverse.angusmail</groupId>
<artifactId>quarkus-angus-mail</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down

0 comments on commit 444e954

Please sign in to comment.