This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-exec.git
The following commit(s) were added to refs/heads/master by this push:
new 6f1b9775 Pick up JUnit Pioneer version from the parent POM
6f1b9775 is described below
commit 6f1b9775b8d4ea30c16fbb593d66a3c871224d68
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jan 14 17:03:58 2025 -0500
Pick up JUnit Pioneer version from the parent POM
---
pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 165805eb..0c54da63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,8 +94,6 @@ limitations under the License.
<dependency>
<groupId>org.junit-pioneer</groupId>
<artifactId>junit-pioneer</artifactId>
- <!-- Version 2.x requires Java 11 -->
- <version>1.9.1</version>
<scope>test</scope>
</dependency>
</dependencies>