Mercurial > dive4elements > river
comparison flys-aft/pom.xml @ 4068:21e49e0a2307
Add infrastructure to load SQL statements for databases.
flys-aft/trunk@3389 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 12 Dec 2011 16:57:58 +0000 |
parents | d5aed044ca0d |
children | 88f801888d85 |
comparison
equal
deleted
inserted
replaced
4067:d5aed044ca0d | 4068:21e49e0a2307 |
---|---|
33 </archive> | 33 </archive> |
34 </configuration> | 34 </configuration> |
35 </plugin> | 35 </plugin> |
36 </plugins> | 36 </plugins> |
37 </build> | 37 </build> |
38 <dependencies/> | 38 <dependencies> |
39 <dependency> | |
40 <groupId>log4j</groupId> | |
41 <artifactId>log4j</artifactId> | |
42 <version>1.2.14</version> | |
43 </dependency> | |
44 </dependencies> | |
39 </project> | 45 </project> |