File tree 2 files changed +15
-0
lines changed
modules/openapi-generator/src/main/resources/JavaSpring/libraries
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 94
94
<artifactId >springfox-swagger-ui</artifactId >
95
95
<version >${ springfox-version} </version >
96
96
</dependency >
97
+ <dependency >
98
+ <groupId >javax.xml.bind</groupId >
99
+ <artifactId >jaxb-api</artifactId >
100
+ <version >2.2.11</version >
101
+ </dependency >
97
102
{ {/useSpringfox} }
98
103
{ {^useSpringfox} }
99
104
<dependency >
Original file line number Diff line number Diff line change 137
137
<artifactId >spring-web</artifactId >
138
138
<version >${ spring-version} </version >
139
139
</dependency >
140
+ <dependency >
141
+ <groupId >javax.annotation</groupId >
142
+ <artifactId >javax.annotation-api</artifactId >
143
+ <version >1.3.2</version >
144
+ </dependency >
145
+ <dependency >
146
+ <groupId >javax.xml.bind</groupId >
147
+ <artifactId >jaxb-api</artifactId >
148
+ <version >2.2.11</version >
149
+ </dependency >
140
150
{ {#useSpringfox} }
141
151
<!-- SpringFox dependencies-->
142
152
<dependency >
You can’t perform that action at this time.
0 commit comments