Mercurial > dive4elements > river
changeset 9718:ee1b409af91c 3.2.x
Fetch Oracle-JDBC driver from Maven repository
It's no longer necessary to install these artifacts from a file.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 12 Jul 2021 14:08:26 +0200 |
parents | 6824c447f5b0 |
children | f3aa7a12c86a |
files | backend/pom-oracle.xml etl/pom-oracle.xml |
diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/backend/pom-oracle.xml Mon Mar 22 18:14:47 2021 +0100 +++ b/backend/pom-oracle.xml Mon Jul 12 14:08:26 2021 +0200 @@ -161,9 +161,9 @@ <scope>runtime</scope> </dependency> <dependency> - <groupId>ojdbc</groupId> - <artifactId>ojdbc</artifactId> - <version>0</version> + <groupId>com.oracle.database.jdbc</groupId> + <artifactId>ojdbc8</artifactId> + <version>[19,20)</version> <scope>runtime</scope> </dependency> </dependencies>
--- a/etl/pom-oracle.xml Mon Mar 22 18:14:47 2021 +0100 +++ b/etl/pom-oracle.xml Mon Jul 12 14:08:26 2021 +0200 @@ -45,9 +45,9 @@ <scope>runtime</scope> </dependency> <dependency> - <groupId>ojdbc7.jar</groupId> - <artifactId>ojdbc7</artifactId> - <version>0</version> + <groupId>com.oracle.database.jdbc</groupId> + <artifactId>ojdbc8</artifactId> + <version>[19,20)</version> </dependency> </dependencies> </project>