Skip to content

Commit 72c2ab5

Browse files
authored
chore: upgrade to jetty 12 (#902)
1 parent 8af587a commit 72c2ab5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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>
@@ -130,8 +130,8 @@
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
@@ -207,8 +207,8 @@
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>

0 commit comments

Comments
 (0)