This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new dcda761b No need to override inherited version.
dcda761b is described below
commit dcda761b3fe78841f00624405ff4b0398dd25f01
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 13 18:35:45 2026 -0400
No need to override inherited version.
---
pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 905fc341..09ac59c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,8 +116,6 @@
<dependency>
<groupId>org.junit-pioneer</groupId>
<artifactId>junit-pioneer</artifactId>
- <!-- 2.x requires Java 11 -->
- <version>1.9.1</version>
<scope>test</scope>
</dependency>
</dependencies>