Skip to content

Commit

Permalink
Cleanup build files (#3386)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin authored Apr 21, 2021
1 parent a7a73d2 commit fa88aed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ object Dependencies {
val geotoolsShapefile = "org.geotools" % "gt-shapefile" % Version.geotools
val geotoolsMetadata = "org.geotools" % "gt-metadata" % Version.geotools
val geotoolsOpengis = "org.geotools" % "gt-opengis" % Version.geotools

val imageioExtUtilities = "it.geosolutions.imageio-ext" % "imageio-ext-utilities" % "1.3.5"
val jtUtilities = "it.geosolutions.jaiext.utilities" % "jt-utilities" % "1.1.20"

// located in the OSGeo repo: https://repo.osgeo.org/repository/release/
val jaiCore = "javax.media" % "jai_core" % "1.1.3"
Expand Down
2 changes: 0 additions & 2 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,6 @@ object Settings {
geotoolsReferencing,
geotoolsMetadata,
geotoolsOpengis,
imageioExtUtilities,
jtUtilities,
geotoolsGeoTiff % Test,
geotoolsShapefile % Test,
scalatest % Test
Expand Down

0 comments on commit fa88aed

Please sign in to comment.