Skip to content

Commit

Permalink
Fix Quarkus REST package refs/names as per 3.9 upgrade instructions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tatu-at-datastax authored and amorton committed Jul 12, 2024
1 parent dfba1a9 commit b2b1685
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,19 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-micrometer-registry-prometheus</artifactId>
</dependency>
<!-- 11-Jul-2024, tatu: Since Quarkus 3.9, use new simpler package names
-->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-reactive-jackson</artifactId>
<artifactId>quarkus-rest-client-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive</artifactId>
<artifactId>quarkus-rest</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive-jackson</artifactId>
<artifactId>quarkus-rest-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down Expand Up @@ -166,7 +168,7 @@
<!-- for generating UUIDs of versions not supported by JDK -->
<groupId>com.fasterxml.uuid</groupId>
<artifactId>java-uuid-generator</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</dependency>
<dependency>
<!-- for ObjectId handling -->
Expand Down

0 comments on commit b2b1685

Please sign in to comment.