This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release17.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release17.12 by this push:
     new 208d44e  Fixed: Builds fail due to unauthorized access to 
repo.spring.io/plugins-release (OFBIZ-12351)
208d44e is described below

commit 208d44e0a30df1e12e59702cb1c04423a41967a5
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Mon Dec 6 09:54:09 2021 +0100

    Fixed: Builds fail due to unauthorized access to 
repo.spring.io/plugins-release (OFBIZ-12351)
    
    The old demo crashed. I guess this should be OK, let's try...
---
 build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 023e894..24bd897 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,6 +25,7 @@ import org.asciidoctor.gradle.AsciidoctorTask
  * ======================================================== */
 buildscript {
     repositories {
+        jcenter() // temporary fix
         mavenCentral()
         maven {
             url "https://plugins.gradle.org/m2/";
@@ -145,7 +146,7 @@ dependencies {
     compile 'com.ibm.icu:icu4j:60.2'
     compile 'com.lowagie:itext:2.1.7' // Don't update due to license change in 
newer versions, see OFBIZ-10455
     compile 'com.sun.mail:javax.mail:1.6.0'
-    compile 'com.sun.syndication:com.springsource.com.sun.syndication:1.0.0'
+    compile 'com.sun.syndication:com.springsource.com.sun.syndication:0.9.0'
     compile 'com.thoughtworks.xstream:xstream:1.4.10'
     compile 'commons-cli:commons-cli:1.4'
     compile 'commons-net:commons-net:3.6'

Reply via email to