summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2023-09-06 13:51:43 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2023-09-06 13:53:17 +0200
commit37dce40a77b888bc8f676c2d0eb4bff93b6fb22c (patch)
tree46e199235135b0a5214758c9d7a7911b67f9b944 /pom.xml
parenta3ecc51397ad9da6c028db7fa532cbfcd18d21e2 (diff)
Change from RESTEasy Classic to RESTEasy Reactive.
Change-Id: I3a3386c3a3a380b8217ac1667cc623625aeee532
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 45a8db7..8a2226b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,19 +174,15 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
- <artifactId>quarkus-resteasy</artifactId>
+ <artifactId>quarkus-resteasy-reactive</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
- <artifactId>quarkus-resteasy-jsonb</artifactId>
+ <artifactId>quarkus-resteasy-reactive-jsonb</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
- <artifactId>quarkus-resteasy-mutiny</artifactId>
- </dependency>
- <dependency>
- <groupId>io.quarkus</groupId>
- <artifactId>quarkus-resteasy-qute</artifactId>
+ <artifactId>quarkus-resteasy-reactive-qute</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>