This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new ae26c4667 Add comment
ae26c4667 is described below
commit ae26c4667ed66acd7cd9aa7b453033d7705a7bca
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 29 08:18:16 2026 -0400
Add comment
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 891177c13..39afb5b21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,7 @@
</commons.osgi.import>
<!-- Avoid warnings about being unable to find jars during site building
-->
<dependency.locations.enabled>false</dependency.locations.enabled>
+ <!-- hadoop.version version 3.5.0 requires Java 17:
https://central.sonatype.com/artifact/org.apache.hadoop/hadoop-main/3.5.0 -->
<hadoop.version>3.4.3</hadoop.version>
<httpcore5.version>5.4.2</httpcore5.version>
<httpclient5.version>5.6.1</httpclient5.version>