From 9b8a451be6ade64e594fd1976dfcd9774b00ce93 Mon Sep 17 00:00:00 2001 From: Oto Stanko <493068@fi.muni.cz> Date: Sun, 16 Apr 2023 12:38:42 +0200 Subject: [PATCH] dependencies --- common_library/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common_library/pom.xml b/common_library/pom.xml index 3faccf9d..6d7f774e 100644 --- a/common_library/pom.xml +++ b/common_library/pom.xml @@ -57,6 +57,11 @@ <artifactId>swagger-annotations</artifactId> <version>1.6.2</version> </dependency> + <dependency> + <groupId>io.swagger</groupId> + <artifactId>swagger-annotations</artifactId> + <version>1.6.9</version> + </dependency> </dependencies> </project> -- GitLab