This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
commit 4cd63ef58ae2f03b941d36852f0bfd1833dd4014 Author: Emmanuel Bourg <ebo...@apache.org> AuthorDate: Mon Oct 28 13:59:12 2024 +0100 Removed commons-codec from the documented dependencies of PropertyListConfiguration and XMLPropertyListConfiguration --- src/site/xdoc/dependencies.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/site/xdoc/dependencies.xml b/src/site/xdoc/dependencies.xml index bd554457..f76d112b 100644 --- a/src/site/xdoc/dependencies.xml +++ b/src/site/xdoc/dependencies.xml @@ -57,13 +57,6 @@ <td>Configuration builders</td> <td><a href="https://commons.apache.org/proper/commons-beanutils/">commons-beanutils</a></td> </tr> - <tr> - <td> - PropertyListConfiguration<br/> - XMLPropertyListConfiguration - </td> - <td><a href="https://commons.apache.org/proper/commons-codec/">commons-codec</a></td> - </tr> <tr> <td>JSONConfiguration</td> <td><a href="https://github.com/FasterXML/jackson-databind">com.fasterxml.jackson.core:jackson-databind</a></td>