changeset 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 5091675676d6
files flys-client/ChangeLog flys-client/pom.xml
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/flys-client/ChangeLog	Mon May 09 14:29:53 2011 +0000
+++ b/flys-client/ChangeLog	Mon May 09 16:22:11 2011 +0000
@@ -1,3 +1,8 @@
+2011-05-09  Ingo Weinzierl <ingo@intevation.de>
+
+	* pom.xml: Bugfix: replaced the goupId of the OpenCSV dependency with the
+	  correct id.
+
 2011-05-09  Raimund Renkert <rrenkert@intevation.de>
 
 	* src/main/java/de/intevation/flys/client/server/CSVExportServiceImpl.java,
--- 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