mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-09 05:46:16 +00:00
Add missing javax dependencies for Java > 8 (#3188)
* Add missing javax dependencies for Java > 8 * update spring petstore samples
This commit is contained in:
committed by
William Cheng
parent
55ae485fd0
commit
06cfdbbdc6
@@ -48,6 +48,11 @@
|
||||
<artifactId>springfox-swagger-ui</artifactId>
|
||||
<version>${springfox-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
<version>2.2.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.joschi.jackson</groupId>
|
||||
<artifactId>jackson-datatype-threetenbp</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user