JAVA-20620 upgrade Spring Swagger module to work with JDK 9 and above (#14254)

This commit is contained in:
Kasra Madadipouya
2023-06-18 07:28:01 +02:00
committed by GitHub
parent ef8a499819
commit 25c2652260
3 changed files with 8 additions and 6 deletions
@@ -79,6 +79,11 @@
<artifactId>joda-time</artifactId>
<version>${jodatime-version}</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
</dependencies>
<build>