From 53ed7f1c7f8534d0d7856d83e3b46e36d09659d2 Mon Sep 17 00:00:00 2001 From: Daoyuan Wang <daoyuan.wang@intel.com> Date: Fri, 28 Nov 2014 12:41:38 -0500 Subject: [PATCH] [SPARK-4643] [Build] Remove unneeded staging repositories from build The old location will return a 404. Author: Daoyuan Wang <daoyuan.wang@intel.com> Closes #3504 from adrian-wang/repo and squashes the following commits: f604e05 [Daoyuan Wang] already in maven central, remove at all f494fac [Daoyuan Wang] spark staging repo outdated --- pom.xml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/pom.xml b/pom.xml index 6c1c1214a7..4220c1ace0 100644 --- a/pom.xml +++ b/pom.xml @@ -230,30 +230,6 @@ <enabled>false</enabled> </snapshots> </repository> - <repository> - <!-- This is temporarily included to fix issues with Hive 0.12 --> - <id>spark-staging</id> - <name>Spring Staging Repository</name> - <url>https://oss.sonatype.org/content/repositories/orgspark-project-1085</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - <repository> - <!-- This is temporarily included to fix issues with Hive 0.13 --> - <id>spark-staging-hive13</id> - <name>Spring Staging Repository Hive 13</name> - <url>https://oss.sonatype.org/content/repositories/orgspark-project-1089/</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> <!-- TODO: remove this as soon as 1.2.0 is published on Maven central --> <repository> <id>spark-staging-1038</id> -- GitLab