Rename ebean-postgis -> ebean-postgis-types + add new composite ebean-postgis

With this, people can depend on ebean-postgis (the composite) and get all the
dependencies they need (which is ebean-platform-postgres + ebean-postgis-types
+ others).

This should just make it easier for people in that currently we need both
ebean-postgis + ebean-postgres which isn't obvious enough.
This commit is contained in:
Rob Bygrave
2023-10-06 22:59:00 +13:00
parent 3d9b122a9f
commit 1614166d75
45 changed files with 102 additions and 14 deletions
@@ -0,0 +1,10 @@
module io.ebean.postgis {
requires transitive io.ebean.api;
requires transitive io.ebean.core;
requires transitive io.ebean.datasource;
requires transitive io.ebean.querybean;
requires transitive io.ebean.platform.postgres;
// requires transitive io.ebean.postgis.types;
}