You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2021/01/26 23:57:06 UTC

[beam] branch master updated: [BEAM-11689] Use public.nexus.pentaho.org for pentaho dependencies instead of Spring.

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

ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new dca92f7  [BEAM-11689] Use public.nexus.pentaho.org for pentaho dependencies instead of Spring.
     new 3d7c3a7  Merge pull request #13813 from ibzib/BEAM-11689
dca92f7 is described below

commit dca92f7f07e1deb4c42280d8d0164c0928cfadc6
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Tue Jan 26 14:24:53 2021 -0800

    [BEAM-11689] Use public.nexus.pentaho.org for pentaho dependencies instead of Spring.
    
    The Spring-hosted repository has been made password-protected.
---
 buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy
index 13a0c10..258ab08 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy
@@ -40,9 +40,9 @@ class Repositories {
       mavenLocal()
       jcenter()
 
-      // Spring only for resolving pentaho dependency.
+      // For pentaho dependencies.
       maven {
-        url "https://repo.spring.io/plugins-release/"
+        url "https://public.nexus.pentaho.org/repository/proxy-public-3rd-party-release"
         content { includeGroup "org.pentaho" }
       }