orbisgis / h2gis

A spatial extension of the H2 database.
http://www.h2gis.org
GNU Lesser General Public License v3.0
208 stars 63 forks source link

Remove OSGI dependencies in several packages #1297

Closed SPalominos closed 2 years ago

SPalominos commented 2 years ago

Move all OSGI dependencies to h2gis-functions-osgi and to postgis-jts-osgi Move classes used for datasource creation (H2GISOsgiDBFactory and DataSourceFactoryImpl) to *-osgi package and keep test purpose class (H2GISDBFactory) in h2gis-functions and (PostGISDBFactory) in postgis-jts Updates test to use the OSGI-less factory class.