This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch release/2.22.3 in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit 8f02db1ca41c57a36638f5c39508c269f953ba18 Author: Tibor Digaňa <[email protected]> AuthorDate: Mon Jan 24 01:37:38 2022 +0100 jdk1.7 build fix with m-compiler-p:3.9.0 --- .../src/test/resources/surefire-855-failsafe-use-bundle/pom.xml | 5 +++++ .../src/test/resources/surefire-855-failsafe-use-jar/pom.xml | 5 +++++ .../src/test/resources/surefire-855-failsafe-use-war/pom.xml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/surefire-its/src/test/resources/surefire-855-failsafe-use-bundle/pom.xml b/surefire-its/src/test/resources/surefire-855-failsafe-use-bundle/pom.xml index e0d4ee2..280218c 100644 --- a/surefire-its/src/test/resources/surefire-855-failsafe-use-bundle/pom.xml +++ b/surefire-its/src/test/resources/surefire-855-failsafe-use-bundle/pom.xml @@ -66,6 +66,11 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.8.1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.3</version> <executions> diff --git a/surefire-its/src/test/resources/surefire-855-failsafe-use-jar/pom.xml b/surefire-its/src/test/resources/surefire-855-failsafe-use-jar/pom.xml index 01dc71e..f77705a 100644 --- a/surefire-its/src/test/resources/surefire-855-failsafe-use-jar/pom.xml +++ b/surefire-its/src/test/resources/surefire-855-failsafe-use-jar/pom.xml @@ -65,6 +65,11 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.8.1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.3</version> <executions> diff --git a/surefire-its/src/test/resources/surefire-855-failsafe-use-war/pom.xml b/surefire-its/src/test/resources/surefire-855-failsafe-use-war/pom.xml index 2d2cd5d..3361e8c 100644 --- a/surefire-its/src/test/resources/surefire-855-failsafe-use-war/pom.xml +++ b/surefire-its/src/test/resources/surefire-855-failsafe-use-war/pom.xml @@ -66,6 +66,11 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.8.1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.3</version> <executions>
