From 151d487fb9c07fb8f3b22b881ec448fcebebf7df Mon Sep 17 00:00:00 2001 From: Jan Bartel Date: Fri, 23 Jun 2023 16:06:58 +0200 Subject: [PATCH 1/2] Update plexus-utils to 4.0.0 --- jetty-maven-plugin/pom.xml | 4 ++++ pom.xml | 8 +++++++- tests/test-websocket-autobahn/pom.xml | 13 ++++++++++++- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/jetty-maven-plugin/pom.xml b/jetty-maven-plugin/pom.xml index f28ec134c85..6b0bac97ce3 100644 --- a/jetty-maven-plugin/pom.xml +++ b/jetty-maven-plugin/pom.xml @@ -160,6 +160,10 @@ org.codehaus.plexus plexus-utils + + org.codehaus.plexus + plexus-xml + org.apache.maven.plugin-tools maven-plugin-tools-api diff --git a/pom.xml b/pom.xml index 00afeede81f..e14ea7ee15d 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,8 @@ 1.2.0 1.2.0 2.1.1 - 3.5.1 + 4.0.0 + 4.0.0 2.0.5 2.1.1.RELEASE 1.2.5 @@ -1256,6 +1257,11 @@ plexus-utils ${plexus-utils.version} + + org.codehaus.plexus + plexus-xml + ${plexus-xml.version} + org.eclipse.jetty apache-jsp diff --git a/tests/test-websocket-autobahn/pom.xml b/tests/test-websocket-autobahn/pom.xml index 7505b770425..66f8ccfa565 100644 --- a/tests/test-websocket-autobahn/pom.xml +++ b/tests/test-websocket-autobahn/pom.xml @@ -60,6 +60,17 @@ plexus-utils test + + org.codehaus.plexus + plexus-xml + test + + + javax.annotation + javax.annotation-api + + + com.googlecode.json-simple json-simple @@ -131,4 +142,4 @@ - \ No newline at end of file + From 20869acff4f13c705f483abb2efb0c8529574d65 Mon Sep 17 00:00:00 2001 From: Jan Bartel Date: Wed, 28 Jun 2023 18:51:35 +0200 Subject: [PATCH 2/2] Add plexus-xml to test-distribution --- tests/test-distribution/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index 3e21f60789a..662aeca4d56 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -17,6 +17,17 @@ + + org.codehaus.plexus + plexus-xml + test + + + javax.annotation + javax.annotation-api + + + org.eclipse.jetty.tests jetty-home-tester