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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new 5f0664575 Remove optional flag from commons-io dependency
5f0664575 is described below
commit 5f0664575954dea0d42a1f454f12886767c9f154
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 14 05:51:57 2026 -0400
Remove optional flag from commons-io dependency
Removed optional flag from commons-io dependency.
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 031788a24..067ad498b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,6 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.22.0</version>
- <optional>true</optional>
</dependency>
<dependency>
<groupId>commons-jxpath</groupId>