diff gnv-artifacts/pom.xml @ 465:f7038820df2e

Added support to trace rasters to JTS multi polygons and multi line strings. Write them to shape files with GeoTools. gnv-artifacts/trunk@526 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 11 Jan 2010 00:29:45 +0000
parents 21fbd254db71
children 4080b57dcb52
line wrap: on
line diff
--- a/gnv-artifacts/pom.xml	Sat Jan 09 17:55:45 2010 +0000
+++ b/gnv-artifacts/pom.xml	Mon Jan 11 00:29:45 2010 +0000
@@ -77,12 +77,12 @@
       <groupId>org.apache.xmlgraphics</groupId>
       <artifactId>batik-dom</artifactId>
       <version>1.7</version>
-    </dependency> 
+    </dependency>
     <dependency>
       <groupId>org.apache.xmlgraphics</groupId>
       <artifactId>batik-svggen</artifactId>
       <version>1.7</version>
-    </dependency> 
+    </dependency>
     <dependency>
       <groupId>com.lowagie</groupId>
       <artifactId>itext</artifactId>
@@ -113,15 +113,20 @@
       <artifactId>oro</artifactId>
       <version>2.0.8</version>
     </dependency>
-  <dependency>
+    <dependency>
+      <groupId>org.geotools</groupId>
+      <artifactId>gt2-shapefile</artifactId>
+      <version>2.4.5</version>
+    </dependency>
+    <dependency>
       <groupId>com.vividsolutions</groupId>
       <artifactId>jts</artifactId>
       <version>1.9</version>
     </dependency>
     <dependency>
-        <groupId>trove</groupId>
-        <artifactId>trove</artifactId>
-        <version>2.1.1</version>
+      <groupId>trove</groupId>
+      <artifactId>trove</artifactId>
+      <version>2.1.1</version>
     </dependency>
   </dependencies>
   <repositories>

http://dive4elements.wald.intevation.org