diff 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
line wrap: on
line diff
--- a/flys-client/pom.xml	Mon May 09 14:29:53 2011 +0000
+++ b/flys-client/pom.xml	Mon May 09 16:22:11 2011 +0000
@@ -53,9 +53,9 @@
         <version>1.0-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>au.com.bytecode.opencsv</groupId>
-      <artifactId>CSVReader</artifactId>
-      <version>2.0</version>
+        <groupId>net.sf.opencsv</groupId>
+        <artifactId>opencsv</artifactId>
+        <version>2.0</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>

http://dive4elements.wald.intevation.org