Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
change spark-datetime dependency to use mvn central
Browse files Browse the repository at this point in the history
  • Loading branch information
Harish Butani committed Jul 28, 2016
1 parent c0f35ed commit 9c293d4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,17 @@ credentials += Credentials(Path.userHome / ".github.cred")
// add any Spark Package dependencies using spDependencies.
// e.g. spDependencies += "databricks/spark-avro:0.1"

resolvers ++= Seq(
"JitPack.IO" at "https://jitpack.io",
Resolver.sonatypeRepo("public")
)

val httpclientVersion = "4.5"
val json4sVersion = "3.2.10"
val scalatestVersion = "2.2.4"
val sparkdateTimeVersion = "bf5693a575a1dea5b663e4e8b30a0ba94c21d62d"
val sparkdateTimeVersion = "0.0.2"
val scoptVersion = "3.3.0"

libraryDependencies ++= Seq(
"org.apache.httpcomponents" % "httpclient" % httpclientVersion,
//"org.json4s" %% "json4s-native" % json4sVersion,
"org.json4s" %% "json4s-ext" % json4sVersion,
"com.github.SparklineData" % "spark-datetime" % sparkdateTimeVersion,
"com.sparklinedata" %% "spark-datetime" % sparkdateTimeVersion,
"com.github.scopt" %% "scopt" % scoptVersion,
"org.scalatest" %% "scalatest" % scalatestVersion % "test",
"com.databricks" %% "spark-csv" % "1.1.0" % "test"
Expand Down

0 comments on commit 9c293d4

Please sign in to comment.