aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index b674d5ac7..f4f281101 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,12 +137,11 @@
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
+
<!-- Swagger v3 annotations -->
<dependency>
<groupId>io.swagger.core.v3</groupId>
- <artifactId>swagger-annotations</artifactId>
- <version>2.2.7</version>
+ <artifactId>swagger-annotations</artifactId>
</dependency>
</dependencies>
-
</project>