Skip to content

Commit

Permalink
Fix nightly snapshot build
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Sep 10, 2024
1 parent 73094e5 commit 58ddf28
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 @@ -39,7 +39,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive-deployment</artifactId>
<artifactId>quarkus-rest-deployment</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive</artifactId>
<artifactId>quarkus-rest</artifactId>
</dependency>
<!-- AWT -->
<!-- org.apache.pdfbox.pdmodel.common.PDRectangle.toGeneralPath triggers
Expand Down

0 comments on commit 58ddf28

Please sign in to comment.