Skip to content
Snippets Groups Projects
Commit 9df66cd8 authored by Bill Zhao's avatar Bill Zhao
Browse files

Merge branch 'master' of github.com:cybermaster/spark

parents 87134b36 d93d5fca
No related branches found
No related tags found
No related merge requests found
...@@ -156,7 +156,7 @@ object SparkBuild extends Build { ...@@ -156,7 +156,7 @@ object SparkBuild extends Build {
def coreSettings = sharedSettings ++ Seq( def coreSettings = sharedSettings ++ Seq(
name := "spark-core", name := "spark-core",
resolvers ++= Seq( resolvers ++= Seq(
"JBoss Repository" at "http://repository.jboss.org/nexus/content/repositories/releases/", // "JBoss Repository" at "http://repository.jboss.org/nexus/content/repositories/releases/",
"Spray Repository" at "http://repo.spray.cc/", "Spray Repository" at "http://repo.spray.cc/",
"Cloudera Repository" at "https://repository.cloudera.com/artifactory/cloudera-repos/" "Cloudera Repository" at "https://repository.cloudera.com/artifactory/cloudera-repos/"
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment