This is an automated email from the ASF dual-hosted git repository.

mbrohl pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git

commit 9a7d471e08f826856659b709d50708d38251dae2
Author: Michael Brohl <michael.br...@ecomify.de>
AuthorDate: Sun Feb 14 11:04:37 2021 +0100

    Fixed: Add missing dependency for the build (OFBIZ-12171)
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index ea9dd40..820dbd6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -236,6 +236,7 @@ dependencies {
     runtime 'org.apache.logging.log4j:log4j-core:2.11.1' // the implementation 
of the log4j 2 API
     runtime 'org.apache.logging.log4j:log4j-jul:2.11.1' // for external jars 
using the java.util.logging: routes logging to log4j 2
     runtime 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.1' // for external 
jars using slf4j: routes logging to log4j 2
+    runtime 'org.apache.logging.log4j:log4j-jcl:2.14.0' // need to constrain 
to version to avoid classpath conflict (ReflectionUtil)
     runtime 'org.codeartisans.thirdparties.swing:batik-all:1.8pre-r1084380'
 
     // plugin libs

Reply via email to