summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-06-05 12:31:20 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-06-05 12:52:33 +0200
commitc980952cfbb7c14d36cdd1e4755615fd1eb3ff59 (patch)
tree82bb78095eec5b253adfe3d51711659198c330a0 /pom.xml
parentbee2677e895eda5de109c103494791f73b56c256 (diff)
KB66 PostResource#postComment: Return Uni<Response>.
Change-Id: I58ea7a2abd24b2f45b80f401ad0506a698993a9b
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index bacda3e..b4ed900 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,6 +173,10 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
+ <artifactId>quarkus-resteasy-mutiny</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-qute</artifactId>
</dependency>
<dependency>