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.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 6c34142 Improved: Update build.gradle to the latest dependencies (OFBIZ-12092)
6c34142 is described below
commit 6c34142b60cebdd0b64d31d917a7fa4b0cd476ec
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Fri Dec 18 14:24:02 2020 +0100
Improved: Update build.gradle to the latest dependencies (OFBIZ-12092)
According to BuildBot after last changes jdom is missing, certainly due to a 3rd
party lib change.
I could not reproduce locally, I guess if I had cleared the cache it would.
Anyway here it is.
---
build.gradle | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build.gradle b/build.gradle
index 73abf36..077c777 100644
--- a/build.gradle
+++ b/build.gradle
@@ -202,6 +202,8 @@ dependencies {
implementation 'oro:oro:2.0.8'
implementation 'wsdl4j:wsdl4j:1.6.3'
implementation 'com.auth0:java-jwt:3.11.0'
+ implementation 'org.jdom:jdom:2.0.0'
+
testImplementation 'org.hamcrest:hamcrest-library:2.2' // Enable junit4 to not depend on hamcrest-1.3
testImplementation 'org.mockito:mockito-core:3.6.28'
testImplementation 'org.jmockit:jmockit:1.49'