add openapi/swagger

This commit is contained in:
2025-10-22 22:02:08 +02:00
parent 25dc00a6fa
commit 0dfc3441ac
2 changed files with 8 additions and 0 deletions

View File

@@ -55,6 +55,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-messaging-kafka</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-openapi</artifactId>
</dependency>
<!-- Test -->
<dependency>