This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit b0eade9dec9de0cf048992ab6df836d33e4c79d8 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sat Apr 20 09:05:15 2024 +0200 Documented: a bit more doc in dependencies.gradle --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 96f7ff6cfd..2d7931b1e3 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -44,7 +44,7 @@ dependencies { implementation 'org.apache.commons:commons-collections4:4.4' implementation 'org.apache.commons:commons-csv:1.10.0' implementation 'org.apache.commons:commons-dbcp2:2.10.0'// 2.11.0 does not compile. - implementation 'org.apache.commons:commons-imaging:1.0-alpha3' // Alpha but OK, "Imaging was working and was used by a number of projects in production even before reaching its initial release as an Apache Commons component." + implementation 'org.apache.commons:commons-imaging:1.0.0-alpha5' // Alpha but OK, "Imaging was working and was used by a number of projects in production even before reaching its initial release as an Apache Commons component." Since 1.0.0-alpha4 the API has changed. Better wait an "official release" to rewrite OFBiz code... implementation 'org.apache.commons:commons-text:1.11.0' implementation 'org.apache.geronimo.components:geronimo-transaction:3.1.5' // 4.0.0 does not compile implementation 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1'