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 5c26bba Use JUnit version from parent
5c26bba is described below
commit 5c26bba9edad7b833756465c7cd0c9e54c77aaa9
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Feb 10 20:37:20 2025 +0100
Use JUnit version from parent
In parent, we use bom for JUnit, so some of the artifacts can be in
incompatibility version
---
pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index b0e7e96..93dd4b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,13 +182,11 @@ under the License.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
- <version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
- <version>5.10.2</version>
<scope>test</scope>
</dependency>
</dependencies>