JAVA-20620 upgrade Spring Swagger module to work with JDK 9 and above (#14254)
This commit is contained in:
committed by
GitHub
parent
ef8a499819
commit
25c2652260
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user