Mercurial > dive4elements > framework
comparison artifact-database/pom.xml @ 38:93edc04f3a10
Added postgresql support.
artifacts/trunk@104 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 18 Sep 2009 09:34:14 +0000 |
parents | ff666592c1c3 |
children | 86d2a843e588 |
comparison
equal
deleted
inserted
replaced
37:3f03aee55c2f | 38:93edc04f3a10 |
---|---|
60 <groupId>com.h2database</groupId> | 60 <groupId>com.h2database</groupId> |
61 <artifactId>h2</artifactId> | 61 <artifactId>h2</artifactId> |
62 <version>1.1.117</version> | 62 <version>1.1.117</version> |
63 </dependency> | 63 </dependency> |
64 <dependency> | 64 <dependency> |
65 <groupId>postgresql</groupId> | |
66 <artifactId>postgresql</artifactId> | |
67 <version>8.3-603.jdbc4</version> | |
68 </dependency> | |
69 <dependency> | |
65 <groupId>commons-dbcp</groupId> | 70 <groupId>commons-dbcp</groupId> |
66 <artifactId>commons-dbcp</artifactId> | 71 <artifactId>commons-dbcp</artifactId> |
67 <version>1.2.2</version> | 72 <version>1.2.2</version> |
68 </dependency> | 73 </dependency> |
69 <dependency> | 74 <dependency> |