File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818
1919 <vaadin .version>24.6.2</vaadin .version>
2020 <drivers .downloader.phase>pre-integration-test</drivers .downloader.phase>
21- <jetty .version>11 .0.20 </jetty .version>
21+ <jetty .version>12 .0.15 </jetty .version>
2222 </properties >
2323
2424 <repositories >
130130 </plugin >
131131 <!-- Jetty plugin for easy testing without a server -->
132132 <plugin >
133- <groupId >org.eclipse.jetty</groupId >
134- <artifactId >jetty-maven-plugin</artifactId >
133+ <groupId >org.eclipse.jetty.ee10 </groupId >
134+ <artifactId >jetty-ee10- maven-plugin</artifactId >
135135 <version >${jetty.version} </version >
136136 <configuration >
137137 <!-- If using IntelliJ IDEA with autocompilation, this
207207 <build >
208208 <plugins >
209209 <plugin >
210- <groupId >org.eclipse.jetty</groupId >
211- <artifactId >jetty-maven-plugin</artifactId >
210+ <groupId >org.eclipse.jetty.ee10 </groupId >
211+ <artifactId >jetty-ee10- maven-plugin</artifactId >
212212 <version >${jetty.version} </version >
213213 <configuration >
214214 <scan >0</scan >
You can’t perform that action at this time.
0 commit comments