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 d395d0f78f49f5ff0119816afee88d4e05262d42
Author: Michael Brohl <michael.br...@ecomify.de>
AuthorDate: Sun Feb 21 00:19:28 2021 +0100

    Improved: Corrects the log4j-jcl version to match the other log4j
    libraries (OFBIZ-12171)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 820dbd6..c81724a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -236,7 +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.apache.logging.log4j:log4j-jcl:2.11.1' // 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