Mercurial > dive4elements > river
comparison etl/pom-oracle.xml @ 8834:c9a22d62593a
ETL: Update some dependencies.
In passing, fix some typos.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 17 May 2017 15:53:32 +0200 |
parents | cb6514faf0d9 |
children | d8d71005a210 |
comparison
equal
deleted
inserted
replaced
8833:2741c33c0aa1 | 8834:c9a22d62593a |
---|---|
59 <artifactId>sqlite-jdbc</artifactId> | 59 <artifactId>sqlite-jdbc</artifactId> |
60 <version>3.7.2</version> | 60 <version>3.7.2</version> |
61 <scope>runtime</scope> | 61 <scope>runtime</scope> |
62 </dependency> | 62 </dependency> |
63 <dependency> | 63 <dependency> |
64 <groupId>postgresql</groupId> | 64 <groupId>ojdbc7.jar</groupId> |
65 <artifactId>postgresql</artifactId> | 65 <artifactId>ojdbc7</artifactId> |
66 <version>8.4-702.jdbc4</version> | |
67 <scope>runtime</scope> | |
68 </dependency> | |
69 <dependency> | |
70 <groupId>ojdbc6.jar</groupId> | |
71 <artifactId>ojdbc6</artifactId> | |
72 <version>0</version> | 66 <version>0</version> |
73 </dependency> | 67 </dependency> |
74 </dependencies> | 68 </dependencies> |
75 </project> | 69 </project> |