Mercurial > dive4elements > river
diff backend/pom.xml @ 9778:b57b236c4f4e 3.2.x
Backed out changeset b1b48fa7bd80
It turns out that, while this works for PostgreSQL/PostGIS,
it does not with Oracle. Hibernatespatial tries to map spatial
types to PostGIS hibernate types in both cases.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 06 Feb 2023 16:57:03 +0100 |
parents | 823d4afb616c |
children | 3847836c60b5 |
line wrap: on
line diff
--- a/backend/pom.xml Fri Jan 20 12:22:24 2023 +0100 +++ b/backend/pom.xml Mon Feb 06 16:57:03 2023 +0100 @@ -185,8 +185,6 @@ <artifactId>jts</artifactId> <version>1.11</version> </dependency> - - <!-- database drivers --> <dependency> <!-- overwrite dependency of postgis-jdbc --> <groupId>org.postgresql</groupId> @@ -212,18 +210,6 @@ <version>1.1.1</version> <scope>runtime</scope> </dependency> - <dependency> - <groupId>com.oracle.database.jdbc</groupId> - <artifactId>ojdbc8</artifactId> - <version>[19,20)</version> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.hibernatespatial</groupId> - <artifactId>hibernate-spatial-oracle</artifactId> - <version>1.1.1</version> - <scope>runtime</scope> - </dependency> </dependencies> <repositories>