forked from loafle/openapi-generator-original
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
@@ -95,6 +95,16 @@
|
||||
<artifactId>spring-web</artifactId>
|
||||
<version>${spring-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.annotation</groupId>
|
||||
<artifactId>javax.annotation-api</artifactId>
|
||||
<version>1.3.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
<version>2.2.11</version>
|
||||
</dependency>
|
||||
<!--SpringFox dependencies-->
|
||||
<dependency>
|
||||
<groupId>io.springfox</groupId>
|
||||
|
||||
Reference in New Issue
Block a user