File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
modules/swagger-codegen/src/main/resources/Java/libraries/okhttp-gson Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 185
185
</plugins >
186
186
</build >
187
187
</profile >
188
+ { {#java11} }
189
+ <profile >
190
+ <id >jdk11</id >
191
+ <activation >
192
+ <jdk >[11,)</jdk >
193
+ </activation >
194
+ <dependencies >
195
+ <dependency >
196
+ <groupId >com.sun.xml.ws</groupId >
197
+ <artifactId >jaxws-rt</artifactId >
198
+ <version >2.3.3</version >
199
+ <type >pom</type >
200
+ </dependency >
201
+ <dependency >
202
+ <groupId >com.sun.xml.ws</groupId >
203
+ <artifactId >rt</artifactId >
204
+ <version >2.3.3</version >
205
+ </dependency >
206
+ </dependencies >
207
+ </profile >
208
+ { {/java11} }
188
209
</profiles >
189
210
190
211
<dependencies >
283
304
</dependency >
284
305
</dependencies >
285
306
<properties >
286
- <java .version >{ {#java8} }1.8{ {/java8} }{ {^java8} }1.7{ {/java8} }</java .version >
307
+ <java .version >{ {#java11 } }11 { {/java11 } } { {^java11 } } { {# java8} }1.8{ {/java8} }{ {^java8} }1.7{ {/java8} } { {/java11 } }</java .version >
287
308
<maven .compiler.source >${ java.version} </maven .compiler.source >
288
309
<maven .compiler.target >${ java.version} </maven .compiler.target >
289
310
<gson-fire-version >1.8.3</gson-fire-version >
You can’t perform that action at this time.
0 commit comments