Mercurial > dive4elements > river
diff etl/pom-oracle.xml @ 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 | d8d71005a210 |
children | 654aaa0d7576 |
line wrap: on
line diff
--- 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>