Mercurial > dive4elements > framework
comparison artifact-database/pom.xml @ 301:b0a949d3fe09
Moved StringUtils to common package. Added some Override annotations.
artifacts/trunk@2394 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 22 Jul 2011 09:36:04 +0000 |
parents | f8c4fa292c9c |
children | c066343c63b0 |
comparison
equal
deleted
inserted
replaced
300:0035e2511342 | 301:b0a949d3fe09 |
---|---|
78 <groupId>postgresql</groupId> | 78 <groupId>postgresql</groupId> |
79 <artifactId>postgresql</artifactId> | 79 <artifactId>postgresql</artifactId> |
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-codec</groupId> | |
84 <artifactId>commons-codec</artifactId> | |
85 <version>1.4</version> | |
86 </dependency> | |
87 <dependency> | |
88 <groupId>commons-dbcp</groupId> | 83 <groupId>commons-dbcp</groupId> |
89 <artifactId>commons-dbcp</artifactId> | 84 <artifactId>commons-dbcp</artifactId> |
90 <version>1.2.2</version> | 85 <version>1.2.2</version> |
91 </dependency> | 86 </dependency> |
92 <dependency> | 87 <dependency> |