[PATCH] ETL: Upgrade PostgreSQL dependency to same version as river-backend
Wald Commits
scm-commit at wald.intevation.org
Tue Dec 16 17:47:31 CET 2014
# HG changeset patch
# User "Tom Gottfried <tom at intevation.de>"
# Date 1418748441 -3600
# Node ID 46221aff8989a06074ea0613af0d039b71b5385e
# Parent 32c94ca227bc05f32b853489c34c5adaea0527cb
ETL: Upgrade PostgreSQL dependency to same version as river-backend.
diff -r 32c94ca227bc -r 46221aff8989 etl/pom.xml
--- a/etl/pom.xml Tue Dec 16 15:58:33 2014 +0100
+++ b/etl/pom.xml Tue Dec 16 17:47:21 2014 +0100
@@ -63,7 +63,7 @@
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>8.4-702.jdbc4</version>
+ <version>9.1-901-1.jdbc4</version>
<scope>runtime</scope>
</dependency>
</dependencies>
More information about the Dive4Elements-commits
mailing list