File tree Expand file tree Collapse file tree 7 files changed +81
-11
lines changed
modules/swagger-codegen/src/main/resources/Java Expand file tree Collapse file tree 7 files changed +81
-11
lines changed Original file line number Diff line number Diff line change 198
198
<version >2.3.3</version >
199
199
<type >pom</type >
200
200
</dependency >
201
- <dependency >
202
- <groupId >com.sun.xml.ws</groupId >
203
- <artifactId >rt</artifactId >
204
- <version >2.3.3</version >
205
- </dependency >
206
201
</dependencies >
207
202
</profile >
208
203
{ {/java11} }
Original file line number Diff line number Diff line change 198
198
<version >2.3.3</version >
199
199
<type >pom</type >
200
200
</dependency >
201
- <dependency >
202
- <groupId >com.sun.xml.ws</groupId >
203
- <artifactId >rt</artifactId >
204
- <version >2.3.3</version >
205
- </dependency >
206
201
</dependencies >
207
202
</profile >
208
203
{ {/java11} }
Original file line number Diff line number Diff line change 196
196
</plugins >
197
197
</build >
198
198
</profile >
199
+ { {#java11} }
200
+ <profile >
201
+ <id >jdk11</id >
202
+ <activation >
203
+ <jdk >[11,)</jdk >
204
+ </activation >
205
+ <dependencies >
206
+ <dependency >
207
+ <groupId >com.sun.xml.ws</groupId >
208
+ <artifactId >jaxws-rt</artifactId >
209
+ <version >2.3.3</version >
210
+ <type >pom</type >
211
+ </dependency >
212
+ </dependencies >
213
+ </profile >
214
+ { {/java11} }
199
215
</profiles >
200
216
201
217
<dependencies >
Original file line number Diff line number Diff line change 202
202
</plugins >
203
203
</build >
204
204
</profile >
205
+ { {#java11} }
206
+ <profile >
207
+ <id >jdk11</id >
208
+ <activation >
209
+ <jdk >[11,)</jdk >
210
+ </activation >
211
+ <dependencies >
212
+ <dependency >
213
+ <groupId >com.sun.xml.ws</groupId >
214
+ <artifactId >jaxws-rt</artifactId >
215
+ <version >2.3.3</version >
216
+ <type >pom</type >
217
+ </dependency >
218
+ </dependencies >
219
+ </profile >
220
+ { {/java11} }
205
221
</profiles >
206
222
207
223
<dependencies >
Original file line number Diff line number Diff line change 194
194
</plugins >
195
195
</build >
196
196
</profile >
197
+ { {#java11} }
198
+ <profile >
199
+ <id >jdk11</id >
200
+ <activation >
201
+ <jdk >[11,)</jdk >
202
+ </activation >
203
+ <dependencies >
204
+ <dependency >
205
+ <groupId >com.sun.xml.ws</groupId >
206
+ <artifactId >jaxws-rt</artifactId >
207
+ <version >2.3.3</version >
208
+ <type >pom</type >
209
+ </dependency >
210
+ </dependencies >
211
+ </profile >
212
+ { {/java11} }
197
213
</profiles >
198
214
199
215
<dependencies >
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
+ </dependencies >
202
+ </profile >
203
+ { {/java11} }
188
204
</profiles >
189
205
190
206
<dependencies >
327
343
</dependencies >
328
344
<properties >
329
345
<project .build.sourceEncoding >UTF-8</project .build.sourceEncoding >
330
- <java .version >{ {#java8} }1.8{ {/java8} }{ {^java8} }1.7{ {/java8} }</java .version >
346
+ <java .version >{ {#java11 } }11 { {/java11 } } { {^java11 } } { {# java8} }1.8{ {/java8} }{ {^java8} }1.7{ {/java8} } { {/java11 } }</java .version >
331
347
<maven .compiler.source >${ java.version} </maven .compiler.source >
332
348
<maven .compiler.target >${ java.version} </maven .compiler.target >
333
349
<gson-fire-version >1.8.3</gson-fire-version >
Original file line number Diff line number Diff line change 202
202
</plugins >
203
203
</build >
204
204
</profile >
205
+ { {#java11} }
206
+ <profile >
207
+ <id >jdk11</id >
208
+ <activation >
209
+ <jdk >[11,)</jdk >
210
+ </activation >
211
+ <dependencies >
212
+ <dependency >
213
+ <groupId >com.sun.xml.ws</groupId >
214
+ <artifactId >jaxws-rt</artifactId >
215
+ <version >2.3.3</version >
216
+ <type >pom</type >
217
+ </dependency >
218
+ </dependencies >
219
+ </profile >
220
+ { {/java11} }
205
221
</profiles >
206
222
207
223
<dependencies >
You can’t perform that action at this time.
0 commit comments