Skip to content

Commit

Permalink
Merge pull request #562 from jbouffard/bug-fix/tms-server
Browse files Browse the repository at this point in the history
Akka Actor Dependency Removal
  • Loading branch information
Jacob Bouffard committed Nov 28, 2017
2 parents 648bddd + e620def commit 50c7c47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geopyspark-backend/geotrellis/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ libraryDependencies ++= Seq(
"org.locationtech.geotrellis" %% "geotrellis-s3-testkit" % Version.geotrellis,
"org.locationtech.geotrellis" %% "geotrellis-spark" % Version.geotrellis,
"org.typelevel" %% "cats" % "0.9.0",
"com.typesafe.akka" %% "akka-actor" % "2.5.6",
"com.typesafe.akka" %% "akka-http" % "10.0.10",
"com.typesafe.akka" %% "akka-http-spray-json" % "10.0.10",
"net.sf.py4j" % "py4j" % "0.10.5"
Expand Down

0 comments on commit 50c7c47

Please sign in to comment.