From 7b80b0bbcbcaf5605efe2655630e49aa3483144a Mon Sep 17 00:00:00 2001 From: Jan Bartel Date: Thu, 29 Jun 2023 12:56:36 +0200 Subject: [PATCH] Update plexus-utils to 4.0.0 (#9958) * Update plexus-utils to 4.0.0 --------- Co-authored-by: Olivier Lamy --- jetty-maven-plugin/pom.xml | 4 ++++ pom.xml | 8 +++++++- tests/test-distribution/pom.xml | 11 +++++++++++ tests/test-websocket-autobahn/pom.xml | 13 ++++++++++++- 4 files changed, 34 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-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 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 +