Skip to content

Commit

Permalink
Drop resteasy-reactive artifacts
Browse files Browse the repository at this point in the history
Should get Ecosystem CI green again hopefully.
  • Loading branch information
gsmet committed Nov 20, 2024
1 parent 33120ff commit 1332894
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 @@ -25,7 +25,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive</artifactId>
<artifactId>quarkus-rest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tag>HEAD</tag>
</scm>
<properties>
<quarkus.version>3.15.1</quarkus.version>
<quarkus.version>3.15.2</quarkus.version>
<cucumber.version>7.20.0</cucumber.version>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit 1332894

Please sign in to comment.