Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove geotrellis-raster-testkit dependency #4482

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
### Deprecated

### Removed
- Removed unused dependency `geotrellis-raster-testkit`[\#4482](https://github.com/raster-foundry/raster-foundry/pull/4482)

### Fixed
- Shapes drawn within the scene search filter context can now be saved [\#4474](https://github.com/raster-foundry/raster-foundry/pull/4474)
Expand Down
2 changes: 0 additions & 2 deletions app-backend/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ lazy val migrationsDependencies =

lazy val testDependencies = List(
Dependencies.scalatest,
Dependencies.geotrellisRasterTestkit,
Dependencies.akkatestkit
)

Expand Down Expand Up @@ -409,7 +408,6 @@ lazy val tool = Project("tool", file("tool"))
Dependencies.sparkCore,
Dependencies.geotrellisSpark,
Dependencies.geotrellisRaster,
Dependencies.geotrellisRasterTestkit % "test",
Dependencies.scalatest,
Dependencies.circeCore,
Dependencies.circeGeneric,
Expand Down
1 change: 0 additions & 1 deletion app-backend/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ object Dependencies {
val geotools = "org.geotools" % "gt-shapefile" % Version.geotools
val geotrellisGeotools = "org.locationtech.geotrellis" %% "geotrellis-geotools" % Version.geotrellis
val geotrellisRaster = "org.locationtech.geotrellis" %% "geotrellis-raster" % Version.geotrellis
val geotrellisRasterTestkit = "org.locationtech.geotrellis" %% "geotrellis-raster-testkit" % Version.geotrellis
val geotrellisS3 = "org.locationtech.geotrellis" %% "geotrellis-s3" % Version.geotrellis
val geotrellisServer = "com.azavea" %% "geotrellis-server-core" % Version.geotrellisServer
val geotrellisShapefile = "org.locationtech.geotrellis" %% "geotrellis-shapefile" % Version.geotrellis
Expand Down