File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 20
20
<maven .compiler.target>17</maven .compiler.target>
21
21
<spring .boot.version>3.4.2</spring .boot.version>
22
22
<junit .jupiter.version>5.9.1</junit .jupiter.version>
23
- <jetty .version>11 .0.13 </jetty .version>
23
+ <jetty .version>12 .0.15 </jetty .version>
24
24
</properties >
25
25
26
26
<distributionManagement >
Original file line number Diff line number Diff line change 118
118
</executions >
119
119
</plugin >
120
120
<plugin >
121
- <groupId >org.eclipse.jetty</groupId >
122
- <artifactId >jetty-maven-plugin</artifactId >
121
+ <groupId >org.eclipse.jetty.ee10 </groupId >
122
+ <artifactId >jetty-ee10- maven-plugin</artifactId >
123
123
<version >${jetty.version} </version >
124
124
</plugin >
125
125
</plugins >
Original file line number Diff line number Diff line change 137
137
</configuration >
138
138
</plugin >
139
139
<plugin >
140
- <groupId >org.eclipse.jetty</groupId >
141
- <artifactId >jetty-maven-plugin</artifactId >
140
+ <groupId >org.eclipse.jetty.ee10 </groupId >
141
+ <artifactId >jetty-ee10- maven-plugin</artifactId >
142
142
<version >${jetty.version}</version >
143
143
<configuration >
144
144
<stopPort >9999</stopPort >
154
154
<id >start-jetty</id >
155
155
<phase >pre-integration-test</phase >
156
156
<goals >
157
- <goal >start</goal >
157
+ <goal >start-war </goal >
158
158
</goals >
159
159
</execution >
160
160
<execution >
Original file line number Diff line number Diff line change 218
218
</configuration >
219
219
</plugin >
220
220
<plugin >
221
- <groupId >org.eclipse.jetty</groupId >
222
- <artifactId >jetty-maven-plugin</artifactId >
221
+ <groupId >org.eclipse.jetty.ee10 </groupId >
222
+ <artifactId >jetty-ee10- maven-plugin</artifactId >
223
223
<version >${jetty.version} </version >
224
224
<configuration >
225
225
<stopPort >9999</stopPort >
You can’t perform that action at this time.
0 commit comments