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

lcwik 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 42c3b44  [BEAM-13430] Remove jcenter which will no longer contain any 
updates. (#16536)
42c3b44 is described below

commit 42c3b444e430a57b6946ac694541bfd68cead4f8
Author: Lukasz Cwik <lukec...@gmail.com>
AuthorDate: Mon Jan 17 16:18:36 2022 -0800

    [BEAM-13430] Remove jcenter which will no longer contain any updates. 
(#16536)
    
    See 
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
    
    There are already issues with spurious timeouts/failures.
    
    This removes the remaining references left after 
https://github.com/apache/beam/pull/16532
---
 .test-infra/validate-runner/build.gradle                            | 4 ----
 buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy | 1 -
 sdks/java/io/azure/build.gradle                                     | 2 --
 3 files changed, 7 deletions(-)

diff --git a/.test-infra/validate-runner/build.gradle 
b/.test-infra/validate-runner/build.gradle
index 1d5f389..1817d70 100644
--- a/.test-infra/validate-runner/build.gradle
+++ b/.test-infra/validate-runner/build.gradle
@@ -27,15 +27,11 @@ repositories {
         url "https://repo.jenkins-ci.org/releases/";
     }
     maven {
-        url "https://jcenter.bintray.com/";
-    }
-    maven {
         url "https://packages.confluent.io/maven/";
     }
 }
 
 dependencies {
-    implementation group: 'com.cdancy', name: 'jenkins-rest', version: '0.0.22'
     implementation 'com.offbytwo.jenkins:jenkins-client:0.3.8'
     implementation library.java.jackson_databind
     implementation group: 'org.jenkins-ci.plugins', name: 'junit', version: 
'1.49'
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 edb27c2..c00eaca 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy
@@ -77,7 +77,6 @@ class Repositories {
       repositories {
         mavenLocal()
         mavenCentral()
-        jcenter()
         maven { url "https://plugins.gradle.org/m2/"; }
         maven { url "https://repo.spring.io/plugins-release"; }
         maven { url 
"https://public.nexus.pentaho.org/repository/proxy-public-3rd-party-release"; }
diff --git a/sdks/java/io/azure/build.gradle b/sdks/java/io/azure/build.gradle
index f23f863..2b9163b 100644
--- a/sdks/java/io/azure/build.gradle
+++ b/sdks/java/io/azure/build.gradle
@@ -26,8 +26,6 @@ applyJavaNature(
 description = "Apache Beam :: SDKs :: Java :: IO :: Azure"
 ext.summary = "IO library to read and write Azure services from Beam."
 
-repositories { jcenter() }
-
 dependencies {
   implementation library.java.commons_io
   permitUnusedDeclared library.java.commons_io // BEAM-11761

Reply via email to