comparison 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
comparison
equal deleted inserted replaced
9717:6824c447f5b0 9718:ee1b409af91c
43 <artifactId>sqlite-jdbc</artifactId> 43 <artifactId>sqlite-jdbc</artifactId>
44 <version>3.7.2</version> 44 <version>3.7.2</version>
45 <scope>runtime</scope> 45 <scope>runtime</scope>
46 </dependency> 46 </dependency>
47 <dependency> 47 <dependency>
48 <groupId>ojdbc7.jar</groupId> 48 <groupId>com.oracle.database.jdbc</groupId>
49 <artifactId>ojdbc7</artifactId> 49 <artifactId>ojdbc8</artifactId>
50 <version>0</version> 50 <version>[19,20)</version>
51 </dependency> 51 </dependency>
52 </dependencies> 52 </dependencies>
53 </project> 53 </project>

http://dive4elements.wald.intevation.org