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-plugins.git
The following commit(s) were added to refs/heads/trunk by this push: new 9d4c9fc Improved: Update build.gradle to the latest dependencies (OFBIZ-12311) 9d4c9fc is described below commit 9d4c9fcaff5a9c218403273ab3c468bb3f414b8a Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Mon Sep 6 10:05:40 2021 +0200 Improved: Update build.gradle to the latest dependencies (OFBIZ-12311) The tests fails locally but it makes no sense, trying w/ BUilbot... --- ldap/build.gradle | 2 +- pricat/build.gradle | 3 ++- rest-api/build.gradle | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ldap/build.gradle b/ldap/build.gradle index 042b468..a734dd9 100644 --- a/ldap/build.gradle +++ b/ldap/build.gradle @@ -18,5 +18,5 @@ */ dependencies { - pluginLibsCompile 'org.apereo.cas:cas-server-support-ldap-core:5.0.10' + pluginLibsCompile 'org.apereo.cas:cas-server-support-ldap-core:5.0.10' // 6.4.0 declares an API of a component compatible with Java 11 and the consumer needed a runtime of a component compatible with Java 8 } diff --git a/pricat/build.gradle b/pricat/build.gradle index c4aac75..6427997 100644 --- a/pricat/build.gradle +++ b/pricat/build.gradle @@ -18,8 +18,9 @@ */ dependencies { pluginLibsCompile 'org.safehaus.jug:jug:2.0.0:asl' + // poi-ooxml-schemas-5.0.0.pom'. Received status code 401 from server pluginLibsCompile 'org.apache.poi:poi-ooxml:4.1.2' pluginLibsCompile 'org.apache.poi:poi-ooxml-schemas:4.1.2' pluginLibsCompile 'org.apache.poi:poi-excelant:4.1.2' pluginLibsCompile 'org.apache.poi:poi-scratchpad:4.1.2' -} \ No newline at end of file +} diff --git a/rest-api/build.gradle b/rest-api/build.gradle index 2e3887e..82d91b6 100644 --- a/rest-api/build.gradle +++ b/rest-api/build.gradle @@ -23,13 +23,13 @@ project.rootProject.configurations.all { } dependencies { - pluginLibsCompile 'org.glassfish.jersey.containers:jersey-container-servlet:2.31' + pluginLibsCompile 'org.glassfish.jersey.containers:jersey-container-servlet:2.31' // Compilation issues with 3.0.2: package javax.ws.rs does not exist pluginLibsCompile 'org.glassfish.jersey.media:jersey-media-multipart:2.31' pluginLibsCompile 'org.glassfish.jersey.media:jersey-media-json-jackson:2.31' pluginLibsCompile 'org.glassfish.jersey.inject:jersey-hk2:2.31' - pluginLibsCompile 'io.swagger.core.v3:swagger-jaxrs2:2.1.6' - pluginLibsCompile 'io.swagger.core.v3:swagger-jaxrs2-servlet-initializer:2.1.6' - pluginLibsCompile 'io.swagger.core.v3:swagger-annotations:2.1.6' + pluginLibsCompile 'io.swagger.core.v3:swagger-jaxrs2:2.1.10' + pluginLibsCompile 'io.swagger.core.v3:swagger-jaxrs2-servlet-initializer:2.1.10' + pluginLibsCompile 'io.swagger.core.v3:swagger-annotations:2.1.10' } task install {