Skip to content

Commit cccb021

Browse files
committed
remove staging
1 parent bd1a69c commit cccb021

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -296,17 +296,6 @@
296296
<enabled>false</enabled>
297297
</snapshots>
298298
</repository>
299-
<repository>
300-
<id>staged</id>
301-
<name>apache-staged-releases</name>
302-
<url>https://repository.apache.org/content/repositories/staging/</url>
303-
<releases>
304-
<enabled>true</enabled>
305-
</releases>
306-
<snapshots>
307-
<enabled>true</enabled>
308-
</snapshots>
309-
</repository>
310299
</repositories>
311300
<pluginRepositories>
312301
<pluginRepository>

project/SparkBuild.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,6 @@ object SparkBuild extends PomBuild {
271271
DefaultMavenRepository,
272272
Resolver.mavenLocal,
273273
Resolver.file("ivyLocal", file(Path.userHome.absolutePath + "/.ivy2/local"))(Resolver.ivyStylePatterns)
274-
) ++ Seq(
275-
"hive-staged-releases-mirror" at "https://repository.apache.org/content/repositories/staging/",
276-
Resolver.file("local", file(Path.userHome.absolutePath + "/.ivy2/local"))(Resolver.ivyStylePatterns)
277274
),
278275
externalResolvers := resolvers.value,
279276
otherResolvers := SbtPomKeys.mvnLocalRepository(dotM2 => Seq(Resolver.file("dotM2", dotM2))).value,

sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2748,8 +2748,7 @@ object SQLConf {
27482748
.stringConf
27492749
.createWithDefault(
27502750
sys.env.getOrElse("DEFAULT_ARTIFACT_REPOSITORY",
2751-
"https://maven-central.storage-download.googleapis.com/maven2/," +
2752-
"https://repository.apache.org/content/repositories/staging/"))
2751+
"https://maven-central.storage-download.googleapis.com/maven2/"))
27532752

27542753
val LEGACY_FROM_DAYTIME_STRING =
27552754
buildConf("spark.sql.legacy.fromDayTimeString.enabled")

0 commit comments

Comments
 (0)