aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-02-17 19:17:27 +0000
committerLiam Fallon <liam.fallon@est.tech>2023-02-17 20:25:53 +0000
commit2b51249582274652201fa52fd3934a396ee8708d (patch)
treec60114506045e9999f3dd1a3d985a463fba68d51 /pom.xml
parent8880241bad9a12d8d4da434c5e35c8164eab0106 (diff)
Clean up dependencies for London Release
Issue-ID: POLICY-4482 Change-Id: Iaa23f99508a0f17e62fb0a8d7028c4a58254338f Signed-off-by: liamfallon <liam.fallon@est.tech>
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>