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 131
131
</configuration >
132
132
</plugin >
133
133
<plugin >
134
- <groupId >org.eclipse.jetty</groupId >
135
- <artifactId >jetty-maven-plugin</artifactId >
134
+ <groupId >org.eclipse.jetty.ee10 </groupId >
135
+ <artifactId >jetty-ee10- maven-plugin</artifactId >
136
136
<version >${jetty.version}</version >
137
137
<configuration >
138
138
<stopPort >9999</stopPort >
148
148
<id >start-jetty</id >
149
149
<phase >pre-integration-test</phase >
150
150
<goals >
151
- <goal >start</goal >
151
+ <goal >start-war </goal >
152
152
</goals >
153
153
</execution >
154
154
<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