From 453952d53abcff9a718c5772d2b52ba0b38acb94 Mon Sep 17 00:00:00 2001 From: Grigory Pomadchin Date: Tue, 20 Apr 2021 21:28:42 -0400 Subject: [PATCH] Cleanup build files --- project/Dependencies.scala | 3 --- project/Settings.scala | 2 -- 2 files changed, 5 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 24362943e3..bdad721d6a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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" diff --git a/project/Settings.scala b/project/Settings.scala index d9ce04fc44..dc5ef7b599 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -283,8 +283,6 @@ object Settings { geotoolsReferencing, geotoolsMetadata, geotoolsOpengis, - imageioExtUtilities, - jtUtilities, geotoolsGeoTiff % Test, geotoolsShapefile % Test, scalatest % Test