Skip to content

Commit

Permalink
Fix nightly snapshot build (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Sep 10, 2024
1 parent 73094e5 commit 70bba94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<quarkus.version>3.8.4</quarkus.version>
<quarkus.version>3.14.2</quarkus.version>

<quarkus.poi.version>2.0.6</quarkus.poi.version>
<tika.version>2.9.2</tika.version>
Expand Down

0 comments on commit 70bba94

Please sign in to comment.