After the packages split we separated out api into packages that contain Spark dependency and others that are independent from it. GeoWave and GeoMesa both depend on Spark but does not contain -spark postfix in their packages names.
The issue is to rename packages to geotrellis-geowave-spark and geotrellis-geomesa-spark or to close it, if we decided not to rename this package to be consistent across the entire project and to leave these packages as 'exclusions' from the general rule.
After the packages split we separated out api into packages that contain Spark dependency and others that are independent from it. GeoWave and GeoMesa both depend on Spark but does not contain
-spark
postfix in their packages names.The issue is to rename packages to
geotrellis-geowave-spark
andgeotrellis-geomesa-spark
or to close it, if we decided not to rename this package to be consistent across the entire project and to leave these packages as 'exclusions' from the general rule.