Skip to content

Commit

Permalink
bump jetty plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Dec 4, 2024
1 parent 6314bd0 commit 56d773f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
<!-- A simple Jetty test server at http://localhost:8080/
Can be launched with the Maven goal jetty:run. Automatically run during the
integration-test phase -->
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>11.0.12</version>
<groupId>org.eclipse.jetty.ee10</groupId>
<artifactId>jetty-ee10-maven-plugin</artifactId>
<version>12.0.15</version>
<configuration>
<stopPort>9966</stopPort>
<stopKey>testbench-demo</stopKey>
Expand Down

0 comments on commit 56d773f

Please sign in to comment.