From a921345f49ca485a277f79d45e528d45926092ba Mon Sep 17 00:00:00 2001 From: Emre Date: Mon, 17 Apr 2023 12:58:28 +0200 Subject: [PATCH] Add swagger-ui --- Sources/API/Quarkus/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sources/API/Quarkus/pom.xml b/Sources/API/Quarkus/pom.xml index 8dc1962..c1f5719 100644 --- a/Sources/API/Quarkus/pom.xml +++ b/Sources/API/Quarkus/pom.xml @@ -73,6 +73,10 @@ io.quarkus quarkus-smallrye-openapi + + io.quarkus + quarkus-smallrye-openapi-ui +