From e1cd1f57c826dc62165bd23e02368b5677cc9134 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Fri, 30 Aug 2024 12:06:40 +1000 Subject: [PATCH] Move h2spec exec to a profile (#12209) * move h2spec plugin exec to a profile --------- Signed-off-by: Olivier Lamy --- .../jetty-http2/jetty-http2-tests/pom.xml | 53 +++++++++++-------- pom.xml | 6 --- 2 files changed, 30 insertions(+), 29 deletions(-) diff --git a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml index 3dea9657aad..82af1f7e889 100644 --- a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml +++ b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml @@ -72,33 +72,40 @@ --add-reads org.eclipse.jetty.http2.server=org.eclipse.jetty.logging - - org.mortbay.jetty - h2spec-maven-plugin - 1.0.12 - - org.eclipse.jetty.http2.tests.H2SpecServer - ${h2spec.skip} - org.eclipse.jetty.h2spec - true - - 3.5 - Sends invalid connection preface - - - - - h2spec - - h2spec - - test - - - + + h2spec + + + + org.mortbay.jetty + h2spec-maven-plugin + 1.0.13 + + org.eclipse.jetty.http2.tests.H2SpecServer + ${h2spec.skip} + org.eclipse.jetty.h2spec + true + + 3.5 - Sends invalid connection preface + + + + + h2spec + + h2spec + + test + + + + + + run-spec-server diff --git a/pom.xml b/pom.xml index 3124b3913b9..55dd5730c6e 100644 --- a/pom.xml +++ b/pom.xml @@ -192,7 +192,6 @@ 2.11.0 33.2.1-jre 7.0.0 - 1.0.13 2.2 5.4.0 7.1.1.Final @@ -1670,11 +1669,6 @@ jacoco-maven-plugin ${jacoco.maven.plugin.version} - - org.mortbay.jetty - h2spec-maven-plugin - ${h2spec.maven.plugin.version} -