Skip to content

Commit

Permalink
fix: obselete name in integration tests pom.xml of quarkus extension
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel authored and gsmet committed Sep 9, 2024
1 parent d2e8074 commit f89b9c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive</artifactId>
<artifactId>quarkus-rest</artifactId>
</dependency>
<dependency>
<groupId>{group-id}</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive</artifactId>
<artifactId>quarkus-rest</artifactId>
</dependency>
<dependency>
<groupId>io.quarkiverse.my-quarkiverse-ext</groupId>
Expand Down

0 comments on commit f89b9c5

Please sign in to comment.