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 bc03abc4a2 Improved: Implemented: Documented: Completed: Reverted: Fixed: (OFBIZ-) bc03abc4a2 is described below commit bc03abc4a219aea12ae0d5f8ea7b277b550fd1c5 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Fri Mar 1 08:49:46 2024 +0100 Improved: Implemented: Documented: Completed: Reverted: Fixed: (OFBIZ-) Explanation Thanks: Revert "Fixed: Test sources not recognised in IntelliJ (OFBIZ-12923) (#716)" This reverts commit c438302149830cd5f8153dab8e58e623915b21cf. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 42dd9ec9ef..4f81066913 100644 --- a/build.gradle +++ b/build.gradle @@ -220,7 +220,7 @@ dependencies { implementation 'com.sun.mail:javax.mail:1.6.2' implementation 'com.rometools:rome:2.1.0' implementation 'com.thoughtworks.xstream:xstream:1.4.20' - implementation 'commons-cli:commons-cli:1.6.0' + implementation 'commons-cli:commons-cli:1.5.0' // with 1.6.0, 2 tests of OfbizStartupUnitTests don't pass implementation 'commons-fileupload:commons-fileupload:1.5' implementation 'commons-net:commons-net:3.10.0' implementation 'commons-validator:commons-validator:1.8.0'