Mercurial > dive4elements > framework
comparison artifact-database/pom.xml @ 573:3c7904bdd12a 3.2.x
PostgreSQL JDBC driver is an optional runtime dependency
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 13 Jan 2023 15:20:26 +0100 |
parents | 1d52d49426b2 |
children | 086e4770d6e3 |
comparison
equal
deleted
inserted
replaced
572:1d52d49426b2 | 573:3c7904bdd12a |
---|---|
63 </dependency> | 63 </dependency> |
64 <dependency> | 64 <dependency> |
65 <groupId>postgresql</groupId> | 65 <groupId>postgresql</groupId> |
66 <artifactId>postgresql</artifactId> | 66 <artifactId>postgresql</artifactId> |
67 <version>9.1-901-1.jdbc4</version> | 67 <version>9.1-901-1.jdbc4</version> |
68 <scope>runtime</scope> | |
68 </dependency> | 69 </dependency> |
69 <dependency> | 70 <dependency> |
70 <groupId>commons-dbcp</groupId> | 71 <groupId>commons-dbcp</groupId> |
71 <artifactId>commons-dbcp</artifactId> | 72 <artifactId>commons-dbcp</artifactId> |
72 <version>1.4</version> | 73 <version>1.4</version> |