Skip to content

Commit ee2b278

Browse files
committed
Update jspc-maven-plugin
1 parent 354941f commit ee2b278

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

modules/webapp/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,8 @@
301301
</executions>
302302
</plugin>
303303
<plugin><!-- Compile the JSPs so that syntax errors are detected during the build. -->
304-
<groupId>org.eclipse.jetty</groupId>
305-
<artifactId>jetty-jspc-maven-plugin</artifactId>
306-
<version>11.0.20</version>
304+
<groupId>org.eclipse.jetty.ee10</groupId>
305+
<artifactId>jetty-ee10-jspc-maven-plugin</artifactId>
307306
<executions>
308307
<execution>
309308
<goals>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,8 +1212,8 @@
12121212
<version>${jetty.version}</version>
12131213
</plugin>
12141214
<plugin>
1215-
<groupId>org.eclipse.jetty</groupId>
1216-
<artifactId>jetty-jspc-maven-plugin</artifactId>
1215+
<groupId>org.eclipse.jetty.ee10</groupId>
1216+
<artifactId>jetty-ee10-jspc-maven-plugin</artifactId>
12171217
<version>${jetty.version}</version>
12181218
</plugin>
12191219
<plugin>

0 commit comments

Comments
 (0)