This is an automated email from the ASF dual-hosted git repository. iemejia pushed a commit to branch BEAM-7092-spark3 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 95cc8945bcda1673c28808ea149dcaf6e546d0cc Author: Ismaël Mejía <[email protected]> AuthorDate: Tue Jun 30 23:11:57 2020 +0200 Remove Spark 3 staging vote url --- buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy | 5 ----- 1 file changed, 5 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 d8c514f..13a0c10 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy +++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy @@ -60,11 +60,6 @@ class Repositories { url "https://packages.confluent.io/maven/" content { includeGroup "io.confluent" } } - - // Spark 3.0.0 RCs - maven { - url "https://repository.apache.org/content/repositories/orgapachespark-1345/" - } } // plugin to support repository authentication via ~/.m2/settings.xml
