diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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> |