Skip to content

Commit add5339

Browse files
authored
Update Quarkus dependencies
1 parent 98e902f commit add5339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ingestion/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
<dependencies>
4343
<dependency>
4444
<groupId>io.quarkus</groupId>
45-
<artifactId>quarkus-resteasy-reactive</artifactId>
45+
<artifactId>quarkus-rest</artifactId>
4646
</dependency>
4747
<dependency>
4848
<groupId>io.quarkus</groupId>
49-
<artifactId>quarkus-resteasy-reactive-jsonb</artifactId>
49+
<artifactId>quarkus-rest-jsonb</artifactId>
5050
</dependency>
5151
<dependency>
5252
<groupId>io.quarkus</groupId>

0 commit comments

Comments
 (0)