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 3e9fe467c1832e8c5ff5accb7f8cd95899fc5245
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Mon Oct 14 16:29:08 2024 +0200

    Updated several (transitive) dependencies (OFBIZ-13123) (#819)
    
    Reverts "Update fop to 2.9" getting back to 2.3 with same comment than 
before.
    There is surely a solution like
    
https://stackoverflow.com/questions/38239785/java-lang-noclassdeffounderror-org-apache-avalon-framework-configuration-config
    But as it works as expected with 2.3, the old saying: ain't broken, don't 
fix it
---
 dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies.gradle b/dependencies.gradle
index 3601c21633..f902364959 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -68,7 +68,7 @@ dependencies {
     implementation 'org.apache.xmlgraphics:batik-anim:1.17'
     implementation 'org.apache.xmlgraphics:batik-util:1.17'
     implementation 'org.apache.xmlgraphics:batik-bridge:1.17'
-    implementation 'org.apache.xmlgraphics:fop:2.9'
+    implementation 'org.apache.xmlgraphics:fop:2.3' // NOTE: since 2.4 
dependencies are messed up. See 
https://github.com/moqui/moqui-fop/blob/master/build.gradle
     implementation 'org.clojure:clojure:1.11.3'
     implementation 'org.apache.groovy:groovy-all:4.0.22'
     implementation 'org.freemarker:freemarker:2.3.34-SNAPSHOT' // Remember to 
change the version number in FreeMarkerWorker class when upgrading. See 
OFBIZ-10019 if >= 2.4

Reply via email to