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 03254db88efde6fa4e980958deac7f045f70e74c
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Apr 20 09:09:50 2024 +0200

    Completed: 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 2d7931b1e3..c01a048f3c 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.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-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." Since 
1.0.0-alpha4 (note the use of semver) 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'

Reply via email to