This is an automated email from the ASF dual-hosted git repository.
jamesyong pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 61a714c Improved: Allow logging to be disabled for getJs request (OFBIZ-11980)
61a714c is described below
commit 61a714c6d18dbec6c9ec57a118a352daa435176b
Author: James Yong <
[hidden email]>
AuthorDate: Mon Aug 31 22:57:56 2020 +0800
Improved: Allow logging to be disabled for getJs request (OFBIZ-11980)
Try fixing error compiling OFBizDynamicThresholdFilter.java in Buildbot
Thanks Jacques for reporting
---
build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.gradle b/build.gradle
index f031094..6f88607 100644
--- a/build.gradle
+++ b/build.gradle
@@ -179,6 +179,7 @@ dependencies {
implementation 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1'
implementation 'org.apache.httpcomponents:httpclient-cache:4.5.12'
implementation 'org.apache.logging.log4j:log4j-api:2.13.3' // the API of log4j 2
+ implementation 'org.apache.logging.log4j:log4j-core:2.13.3'
implementation 'org.apache.poi:poi:4.1.2'
implementation 'org.apache.shiro:shiro-core:1.4.1' // So far we did not update from 1.4.1 because of a compile issue. You may try w/ a newer version than 1.5.2
implementation 'org.apache.sshd:sshd-core:1.7.0' // So far we did not update from 1.7.0 because of a compile issue. You may try w/ a newer version than 2.4.0