Skip to content

Instantly share code, notes, and snippets.

@pomadchin
Created April 10, 2015 08:24
Show Gist options
  • Save pomadchin/48d57b8f5b3525c96f69 to your computer and use it in GitHub Desktop.
Save pomadchin/48d57b8f5b3525c96f69 to your computer and use it in GitHub Desktop.
Gt-Admin fix failed
// val akkaV = "2.3.4-spark"
val akkaV = "2.2.3-shaded-protobuf"
val sprayV = "1.2.2"
val geotrellisV = "0.10.0-SNAPSHOT"
Seq(
"io.spray" % "spray-can" % sprayV excludeAll ExclusionRule("com.typesafe.akka"),
"io.spray" % "spray-routing" % sprayV excludeAll ExclusionRule("com.typesafe.akka"),
"io.spray" % "spray-caching" % sprayV excludeAll ExclusionRule("com.typesafe.akka"),
"io.spray" %% "spray-json" % "1.2.6" excludeAll ExclusionRule("com.typesafe.akka"),
"org.spark-project.akka" %% "akka-actor" % akkaV,
"org.spark-project.akka" %% "akka-remote" % akkaV,
"org.spark-project.akka" %% "akka-slf4j" % akkaV,
"org.spark-project.akka" %% "akka-testkit" % akkaV % "test",
"com.quantifind" %% "sumac" % "0.3.0",
"org.slf4j" % "slf4j-log4j12" % "1.7.7",
"org.clapper" %% "grizzled-slf4j" % "1.0.2",
"org.apache.logging.log4j" % "log4j" % "2.0-rc2",
"com.azavea.geotrellis" %% "geotrellis-spark" % geotrellisV,
"com.azavea.geotrellis" %% "geotrellis-raster" % geotrellisV,
"com.azavea.geotrellis" %% "geotrellis-vector" % geotrellisV,
"com.azavea.geotrellis" %% "geotrellis-proj4" % geotrellisV,
"org.apache.spark" %% "spark-core" % "1.2.1" % "provided",
"com.github.nscala-time" %% "nscala-time" % "0.8.0",
"org.scalatest" % "scalatest_2.10" % "2.1.0" % "test",
"org.apache.hadoop" % "hadoop-client" % hadoopVersion % "provided"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment