From 52d128180166280af443fae84ac61386f3d6c500 Mon Sep 17 00:00:00 2001 From: Thomas Szymanski <develop@tszymanski.com> Date: Sun, 28 Jun 2015 01:06:49 -0700 Subject: [PATCH] [SPARK-8649] [BUILD] Mapr repository is not defined properly The previous commiter on this part was pwendell The previous url gives 404, the new one seems to be OK. This patch is added under the Apache License 2.0. The JIRA link: https://issues.apache.org/jira/browse/SPARK-8649 Author: Thomas Szymanski <develop@tszymanski.com> Closes #7054 from tszym/SPARK-8649 and squashes the following commits: bfda9c4 [Thomas Szymanski] [SPARK-8649] [BUILD] Mapr repository is not defined properly --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1aa7024088..00f50166b3 100644 --- a/pom.xml +++ b/pom.xml @@ -248,7 +248,7 @@ <repository> <id>mapr-repo</id> <name>MapR Repository</name> - <url>http://repository.mapr.com/maven</url> + <url>http://repository.mapr.com/maven/</url> <releases> <enabled>true</enabled> </releases> -- GitLab