diff --git a/jetty-quic/quic-client/pom.xml b/jetty-quic/quic-client/pom.xml
index b45a0477fd4a..65bd5544120b 100644
--- a/jetty-quic/quic-client/pom.xml
+++ b/jetty-quic/quic-client/pom.xml
@@ -53,8 +53,12 @@
jdk17
- [17,)
+ 17
+
org.eclipse.jetty.quic
@@ -79,25 +83,5 @@
-
-
- jdk18+
-
- [18,)
-
-
-
-
- maven-surefire-plugin
-
-
- @{argLine}
- ${jetty.surefire.argLine}
-
-
-
-
-
-
diff --git a/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml b/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml
index 058e85288069..af188f03d4b9 100644
--- a/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml
+++ b/jetty-quic/quic-quiche/quic-quiche-foreign-incubator/pom.xml
@@ -77,7 +77,7 @@
changed both its API (18) and its name (19), so tests are disabled on JDKs over 17.
Eventually, new Foreign modules for JDKs 18 and 19 should be added.
-->
- jdk18+
+ jdk18
[18,)