Mercurial > dive4elements > framework
comparison artifact-database/pom.xml @ 309:86dd32b45d87
Use real db connection pooling for artifact database.
artifacts/trunk@2429 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 31 Jul 2011 18:43:54 +0000 |
parents | c066343c63b0 |
children | ce62ae504d22 |
comparison
equal
deleted
inserted
replaced
308:a077bb098eb4 | 309:86dd32b45d87 |
---|---|
80 <version>8.3-603.jdbc4</version> | 80 <version>8.3-603.jdbc4</version> |
81 </dependency> | 81 </dependency> |
82 <dependency> | 82 <dependency> |
83 <groupId>commons-dbcp</groupId> | 83 <groupId>commons-dbcp</groupId> |
84 <artifactId>commons-dbcp</artifactId> | 84 <artifactId>commons-dbcp</artifactId> |
85 <version>1.2.2</version> | 85 <version>1.4</version> |
86 </dependency> | 86 </dependency> |
87 <dependency> | 87 <dependency> |
88 <groupId>log4j</groupId> | 88 <groupId>log4j</groupId> |
89 <artifactId>log4j</artifactId> | 89 <artifactId>log4j</artifactId> |
90 <version>1.2.14</version> | 90 <version>1.2.14</version> |