Mercurial > dive4elements > framework
comparison artifact-database/pom.xml @ 79:f69e5b87f05f
Implementation to export artifacts as xml (applied patch from issue208 by SLT).
artifacts/trunk@792 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 16 Mar 2010 16:03:06 +0000 |
parents | 5b1ca000483c |
children | 8c4638abd518 |
comparison
equal
deleted
inserted
replaced
78:55eefe63a777 | 79:f69e5b87f05f |
---|---|
68 <groupId>postgresql</groupId> | 68 <groupId>postgresql</groupId> |
69 <artifactId>postgresql</artifactId> | 69 <artifactId>postgresql</artifactId> |
70 <version>8.3-603.jdbc4</version> | 70 <version>8.3-603.jdbc4</version> |
71 </dependency> | 71 </dependency> |
72 <dependency> | 72 <dependency> |
73 <groupId>commons-codec</groupId> | |
74 <artifactId>commons-codec</artifactId> | |
75 <version>1.4</version> | |
76 </dependency> | |
77 <dependency> | |
73 <groupId>commons-dbcp</groupId> | 78 <groupId>commons-dbcp</groupId> |
74 <artifactId>commons-dbcp</artifactId> | 79 <artifactId>commons-dbcp</artifactId> |
75 <version>1.2.2</version> | 80 <version>1.2.2</version> |
76 </dependency> | 81 </dependency> |
77 <dependency> | 82 <dependency> |