Skip to content

Commit

Permalink
Added cloudera repository and spray-can repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Oct 15, 2012
1 parent a5c320e commit a2b95fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/SharkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ object SharkBuild extends Build {
retrieveManaged := true,
resolvers ++= Seq(
"Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/",
"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/",
"Cloudera Repository" at "http://repository.cloudera.com/artifactory/cloudera-repos/"
),

testListeners <<= target.map(
Expand Down

0 comments on commit a2b95fc

Please sign in to comment.