You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/11/28 18:42:28 UTC

spark git commit: [SPARK-4643] [Build] Remove unneeded staging repositories from build

Repository: spark
Updated Branches:
  refs/heads/master 052e65815 -> 53ed7f1c7


[SPARK-4643] [Build] Remove unneeded staging repositories from build

The old location will return a 404.

Author: Daoyuan Wang <da...@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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/53ed7f1c
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/53ed7f1c
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/53ed7f1c

Branch: refs/heads/master
Commit: 53ed7f1c7f8534d0d7856d83e3b46e36d09659d2
Parents: 052e658
Author: Daoyuan Wang <da...@intel.com>
Authored: Fri Nov 28 12:41:38 2014 -0500
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Fri Nov 28 12:41:51 2014 -0500

----------------------------------------------------------------------
 pom.xml | 24 ------------------------
 1 file changed, 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/53ed7f1c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6c1c121..4220c1a 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org