From 76abc6903856cb4c5238c923bc9f554e64ec8b00 Mon Sep 17 00:00:00 2001 From: GT Date: Tue, 11 Aug 2026 08:20:41 +0200 Subject: [PATCH] Make Swagger annotations optional --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 69284fdfd..2ed90af98 100644 --- a/pom.xml +++ b/pom.xml @@ -307,11 +307,13 @@ io.swagger swagger-annotations ${swagger-core-version} + true io.swagger.core.v3 swagger-annotations ${swagger-annotations-v3-version} + true jakarta.ws.rs