comparison backend/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 e5d1a10d54ae
children 654aaa0d7576
comparison
equal deleted inserted replaced
9717:6824c447f5b0 9718:ee1b409af91c
159 <artifactId>hibernate-spatial-oracle</artifactId> 159 <artifactId>hibernate-spatial-oracle</artifactId>
160 <version>1.1.1</version> 160 <version>1.1.1</version>
161 <scope>runtime</scope> 161 <scope>runtime</scope>
162 </dependency> 162 </dependency>
163 <dependency> 163 <dependency>
164 <groupId>ojdbc</groupId> 164 <groupId>com.oracle.database.jdbc</groupId>
165 <artifactId>ojdbc</artifactId> 165 <artifactId>ojdbc8</artifactId>
166 <version>0</version> 166 <version>[19,20)</version>
167 <scope>runtime</scope> 167 <scope>runtime</scope>
168 </dependency> 168 </dependency>
169 </dependencies> 169 </dependencies>
170 170
171 <repositories> 171 <repositories>

http://dive4elements.wald.intevation.org