Skip to content

Commit fa88aed

Browse files
authored
Cleanup build files (#3386)
1 parent a7a73d2 commit fa88aed

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

project/Dependencies.scala

-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ object Dependencies {
106106
val geotoolsShapefile = "org.geotools" % "gt-shapefile" % Version.geotools
107107
val geotoolsMetadata = "org.geotools" % "gt-metadata" % Version.geotools
108108
val geotoolsOpengis = "org.geotools" % "gt-opengis" % Version.geotools
109-
110-
val imageioExtUtilities = "it.geosolutions.imageio-ext" % "imageio-ext-utilities" % "1.3.5"
111-
val jtUtilities = "it.geosolutions.jaiext.utilities" % "jt-utilities" % "1.1.20"
112109

113110
// located in the OSGeo repo: https://repo.osgeo.org/repository/release/
114111
val jaiCore = "javax.media" % "jai_core" % "1.1.3"

project/Settings.scala

-2
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,6 @@ object Settings {
283283
geotoolsReferencing,
284284
geotoolsMetadata,
285285
geotoolsOpengis,
286-
imageioExtUtilities,
287-
jtUtilities,
288286
geotoolsGeoTiff % Test,
289287
geotoolsShapefile % Test,
290288
scalatest % Test

0 commit comments

Comments
 (0)