From 44cd3ee541edbc4ea4c25cfb5b2f481586a896dc Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 2 Feb 2023 04:15:39 +0000
Subject: [PATCH] Bump maven.surefire.plugin.version from 3.0.0-M5 to 3.0.0-M8
(#9255)
---
jetty-core/jetty-deploy/pom.xml | 3 ++-
jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml | 14 ++++++++++++++
jetty-core/jetty-http/pom.xml | 1 +
jetty-core/jetty-http2/jetty-http2-tests/pom.xml | 11 +++++++++++
jetty-core/jetty-io/pom.xml | 13 +++++++++++++
jetty-core/jetty-xml/pom.xml | 1 +
jetty-ee10/jetty-ee10-annotations/pom.xml | 4 +++-
jetty-ee10/jetty-ee10-servlets/pom.xml | 11 ++++++++++-
jetty-ee9/jetty-ee9-nested/pom.xml | 5 ++++-
pom.xml | 2 +-
10 files changed, 60 insertions(+), 5 deletions(-)
diff --git a/jetty-core/jetty-deploy/pom.xml b/jetty-core/jetty-deploy/pom.xml
index db20223fe972..151e4be03a74 100644
--- a/jetty-core/jetty-deploy/pom.xml
+++ b/jetty-core/jetty-deploy/pom.xml
@@ -23,7 +23,8 @@
@{argLine} ${jetty.surefire.argLine}
--add-modules org.eclipse.jetty.jmx
- --add-reads org.eclipse.jetty.deploy=org.eclipse.jetty.http
+ --add-reads org.eclipse.jetty.deploy=org.eclipse.jetty.http,jetty.servlet.api
+ --add-reads org.eclipse.jetty.deploy=org.eclipse.jetty.logging
diff --git a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml
index c193869b8358..097a8d4f9fe6 100644
--- a/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml
+++ b/jetty-core/jetty-fcgi/jetty-fcgi-server/pom.xml
@@ -14,6 +14,20 @@
${project.groupId}.server
+
+
+
+ maven-surefire-plugin
+
+
+ @{argLine} ${jetty.surefire.argLine}
+ --add-reads org.eclipse.jetty.fcgi.server=org.eclipse.jetty.logging
+
+
+
+
+
+
org.slf4j
diff --git a/jetty-core/jetty-http/pom.xml b/jetty-core/jetty-http/pom.xml
index 7a2d5468f5f8..6dd4538ff5b8 100644
--- a/jetty-core/jetty-http/pom.xml
+++ b/jetty-core/jetty-http/pom.xml
@@ -99,6 +99,7 @@
+ org.apache.maven.plugins
maven-surefire-plugin
diff --git a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml
index f19622bf2ed5..d3f467f236d7 100644
--- a/jetty-core/jetty-http2/jetty-http2-tests/pom.xml
+++ b/jetty-core/jetty-http2/jetty-http2-tests/pom.xml
@@ -12,6 +12,17 @@
+
+ maven-surefire-plugin
+
+
+ @{argLine} ${jetty.surefire.argLine}
+ --add-modules jetty.servlet.api
+ --add-reads org.eclipse.jetty.http2.server=jetty.servlet.api
+ --add-reads org.eclipse.jetty.http2.server=org.eclipse.jetty.logging
+
+
+
org.mortbay.jetty
h2spec-maven-plugin
diff --git a/jetty-core/jetty-io/pom.xml b/jetty-core/jetty-io/pom.xml
index db2938b2ba28..83c2cceb5b60 100644
--- a/jetty-core/jetty-io/pom.xml
+++ b/jetty-core/jetty-io/pom.xml
@@ -49,4 +49,17 @@
test
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ @{argLine} ${jetty.surefire.argLine} --add-reads org.eclipse.jetty.io=org.eclipse.jetty.logging
+
+
+
+
+
diff --git a/jetty-core/jetty-xml/pom.xml b/jetty-core/jetty-xml/pom.xml
index 77b4fc6ee857..1f93140e823d 100644
--- a/jetty-core/jetty-xml/pom.xml
+++ b/jetty-core/jetty-xml/pom.xml
@@ -26,6 +26,7 @@
+ org.apache.maven.plugins
maven-surefire-plugin
diff --git a/jetty-ee10/jetty-ee10-annotations/pom.xml b/jetty-ee10/jetty-ee10-annotations/pom.xml
index 53fef8b27470..55c5bd4fb5c5 100644
--- a/jetty-ee10/jetty-ee10-annotations/pom.xml
+++ b/jetty-ee10/jetty-ee10-annotations/pom.xml
@@ -20,7 +20,9 @@
maven-surefire-plugin
- @{argLine} ${jetty.surefire.argLine} --add-reads org.eclipse.jetty.ee10.annotations=org.eclipse.jetty.logging --add-opens org.eclipse.jetty.ee10.annotations/org.eclipse.jetty.ee10.annotations.resources=org.eclipse.jetty.ee10.plus
+ @{argLine} ${jetty.surefire.argLine}
+ --add-reads org.eclipse.jetty.ee10.annotations=org.eclipse.jetty.logging
+ --add-opens org.eclipse.jetty.ee10.annotations/org.eclipse.jetty.ee10.annotations.resources=org.eclipse.jetty.ee10.plus
diff --git a/jetty-ee10/jetty-ee10-servlets/pom.xml b/jetty-ee10/jetty-ee10-servlets/pom.xml
index 44fe56b11ce7..513855aa1aa7 100644
--- a/jetty-ee10/jetty-ee10-servlets/pom.xml
+++ b/jetty-ee10/jetty-ee10-servlets/pom.xml
@@ -22,7 +22,16 @@
maven-surefire-plugin
- @{argLine} ${jetty.surefire.argLine} --add-modules jakarta.servlet --add-modules org.eclipse.jetty.util --add-modules org.eclipse.jetty.io --add-modules org.eclipse.jetty.http --add-modules org.eclipse.jetty.server --add-reads org.eclipse.jetty.servlets=java.management --add-reads org.eclipse.jetty.servlets=org.eclipse.jetty.jmx
+ @{argLine} ${jetty.surefire.argLine}
+ --add-modules jakarta.servlet
+ --add-modules org.eclipse.jetty.util
+ --add-modules org.eclipse.jetty.io
+ --add-modules org.eclipse.jetty.http
+ --add-modules org.eclipse.jetty.server
+ --add-modules org.eclipse.jetty.jmx
+ --add-reads org.eclipse.jetty.servlets=java.management
+ --add-reads org.eclipse.jetty.servlets=org.eclipse.jetty.jmx
+ --add-reads org.eclipse.jetty.servlets=org.eclipse.jetty.logging
diff --git a/jetty-ee9/jetty-ee9-nested/pom.xml b/jetty-ee9/jetty-ee9-nested/pom.xml
index 6e42441c276c..e00690c38f9d 100644
--- a/jetty-ee9/jetty-ee9-nested/pom.xml
+++ b/jetty-ee9/jetty-ee9-nested/pom.xml
@@ -21,7 +21,10 @@
maven-surefire-plugin
- @{argLine} ${jetty.surefire.argLine} --add-reads org.eclipse.jetty.ee9.nested=org.eclipse.jetty.logging --add-opens org.eclipse.jetty.server/org.eclipse.jetty.server=ALL-UNNAMED
+ @{argLine} ${jetty.surefire.argLine}
+ --add-reads org.eclipse.jetty.ee9.nested=org.eclipse.jetty.logging
+ --add-opens org.eclipse.jetty.server/org.eclipse.jetty.server=ALL-UNNAMED
+ --add-reads org.eclipse.jetty.server=org.eclipse.jetty.logging
diff --git a/pom.xml b/pom.xml
index c1a7d4f5d56c..5d0ac1dfbb25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
3.3.0
3.4.1
3.12.0
- 3.0.0-M7
+ 3.0.0-M8
3.2.1
3.3.2
4.7.2.0