Mercurial > dive4elements > river
comparison flys-client/pom.xml @ 257:7017ed659ee6
Fixed a broken dependency in the maven pom file.
flys-client/trunk@1869 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 09 May 2011 16:22:11 +0000 |
parents | 5e1c1b7d6516 |
children | 44a340c9becc |
comparison
equal
deleted
inserted
replaced
256:5e1c1b7d6516 | 257:7017ed659ee6 |
---|---|
51 <groupId>de.intevation.artifacts.httpclient</groupId> | 51 <groupId>de.intevation.artifacts.httpclient</groupId> |
52 <artifactId>http-client</artifactId> | 52 <artifactId>http-client</artifactId> |
53 <version>1.0-SNAPSHOT</version> | 53 <version>1.0-SNAPSHOT</version> |
54 </dependency> | 54 </dependency> |
55 <dependency> | 55 <dependency> |
56 <groupId>au.com.bytecode.opencsv</groupId> | 56 <groupId>net.sf.opencsv</groupId> |
57 <artifactId>CSVReader</artifactId> | 57 <artifactId>opencsv</artifactId> |
58 <version>2.0</version> | 58 <version>2.0</version> |
59 </dependency> | 59 </dependency> |
60 <dependency> | 60 <dependency> |
61 <groupId>junit</groupId> | 61 <groupId>junit</groupId> |
62 <artifactId>junit</artifactId> | 62 <artifactId>junit</artifactId> |
63 <version>4.4</version> | 63 <version>4.4</version> |