Mercurial > dive4elements > framework
comparison artifact-database/pom.xml @ 17:5a6b6a3debc7
Integrated logging into artifact database.
artifacts/trunk@33 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 08 Sep 2009 06:29:52 +0000 |
parents | e8626caac353 |
children | ff666592c1c3 |
comparison
equal
deleted
inserted
replaced
16:635310c6a20e | 17:5a6b6a3debc7 |
---|---|
59 <dependency> | 59 <dependency> |
60 <groupId>commons-dbcp</groupId> | 60 <groupId>commons-dbcp</groupId> |
61 <artifactId>commons-dbcp</artifactId> | 61 <artifactId>commons-dbcp</artifactId> |
62 <version>1.2.2</version> | 62 <version>1.2.2</version> |
63 </dependency> | 63 </dependency> |
64 <dependency> | |
65 <groupId>log4j</groupId> | |
66 <artifactId>log4j</artifactId> | |
67 <version>[1.2,)</version> | |
68 </dependency> | |
64 </dependencies> | 69 </dependencies> |
65 </project> | 70 </project> |