This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch maven-compiler-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/maven-compiler-plugin-3.x by
this push:
new a726860 Update maven-surefire-plugin version to 3.x in the
MCOMPILER-481 IT (#1035)
a726860 is described below
commit a726860d0212223dd97201f17fca7b35173aeaee
Author: cdouillard <[email protected]>
AuthorDate: Sun Mar 15 12:27:16 2026 +0100
Update maven-surefire-plugin version to 3.x in the MCOMPILER-481 IT (#1035)
* Use inherited version (3.5.4) of the maven-surefire-plugin in the
MCOMPILER-481 it
* Update Junit version (5.14.3) in the MCOMPILER-481 it
* Update Jetty version (12.1.6) in the MCOMPILER-481 it
---
src/it/MCOMPILER-481-requires-static-included/app/pom.xml | 4 ++--
src/it/MCOMPILER-481-requires-static-included/pom.xml | 8 --------
src/it/MCOMPILER-481-requires-static-included/service/pom.xml | 2 +-
3 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/src/it/MCOMPILER-481-requires-static-included/app/pom.xml
b/src/it/MCOMPILER-481-requires-static-included/app/pom.xml
index 7ff0fc7..7688ff6 100644
--- a/src/it/MCOMPILER-481-requires-static-included/app/pom.xml
+++ b/src/it/MCOMPILER-481-requires-static-included/app/pom.xml
@@ -39,13 +39,13 @@ under the License.
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util-ajax</artifactId>
- <version>10.0.7</version>
+ <version>12.1.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
- <version>5.8.2</version>
+ <version>5.14.3</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/src/it/MCOMPILER-481-requires-static-included/pom.xml
b/src/it/MCOMPILER-481-requires-static-included/pom.xml
index 5bcd1bc..a876fa5 100644
--- a/src/it/MCOMPILER-481-requires-static-included/pom.xml
+++ b/src/it/MCOMPILER-481-requires-static-included/pom.xml
@@ -43,17 +43,9 @@ under the License.
<artifactId>maven-compiler-plugin</artifactId>
<version>@project.version@</version>
<configuration>
- <source>11</source>
- <target>11</target>
<release>11</release>
</configuration>
</plugin>
- <plugin>
- <!-- TODO: This IT fails with surefire 3.x -->
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.22.2</version>
- </plugin>
</plugins>
</pluginManagement>
</build>
diff --git a/src/it/MCOMPILER-481-requires-static-included/service/pom.xml
b/src/it/MCOMPILER-481-requires-static-included/service/pom.xml
index 0da930e..de577b0 100644
--- a/src/it/MCOMPILER-481-requires-static-included/service/pom.xml
+++ b/src/it/MCOMPILER-481-requires-static-included/service/pom.xml
@@ -33,7 +33,7 @@ under the License.
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util-ajax</artifactId>
- <version>10.0.7</version>
+ <version>12.1.6</version>
<optional>true</optional>
</dependency>
</dependencies>