You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/12/18 15:29:55 UTC

[ofbiz-framework] branch trunk updated: Fixed: Update build.gradle to the latest dependencies (OFBIZ-12092)

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 393f80f  Fixed:  Update build.gradle to the latest dependencies (OFBIZ-12092)
393f80f is described below

commit 393f80fadd895dba28d06faaf06290a2e90f2e2e
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Fri Dec 18 16:29:52 2020 +0100

    Fixed:  Update build.gradle to the latest dependencies (OFBIZ-12092)
    
    Back to 1.4.1 because of w/ 1.7.0 an EntityCrypto exception when loading data
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 077c777..efdabb9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -183,7 +183,7 @@ dependencies {
     implementation 'org.apache.logging.log4j:log4j-api:2.14.0' // the API of log4j 2
     implementation 'org.apache.logging.log4j:log4j-core:2.14.0' // Somehow needed by Buildbot to compile OFBizDynamicThresholdFilter.java
     implementation 'org.apache.poi:poi:4.1.2'
-    implementation 'org.apache.shiro:shiro-core:1.7.0'
+    implementation 'org.apache.shiro:shiro-core:1.4.1' // So far we did not update from 1.4.1 because of a compile issue or w/ 1.7.0 an EntityCrypto exception when loading data. You may try w/ a newer version than  1.7.0
     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
     implementation 'org.apache.tika:tika-core:1.25'
     implementation 'org.apache.tika:tika-parsers:1.25'