comparison flys-artifacts/pom.xml @ 1106:e9f66d63bdd0

Write user defined barriers into a shapefile that is placed in the Artifact's directory. flys-artifacts/trunk@2609 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 30 Aug 2011 11:09:54 +0000
parents 2306340d7540
children da3c3e286c88
comparison
equal deleted inserted replaced
1105:adb52a2005e7 1106:e9f66d63bdd0
103 <dependency> 103 <dependency>
104 <groupId>commons-dbcp</groupId> 104 <groupId>commons-dbcp</groupId>
105 <artifactId>commons-dbcp</artifactId> 105 <artifactId>commons-dbcp</artifactId>
106 <version>1.2.2</version> 106 <version>1.2.2</version>
107 </dependency> 107 </dependency>
108 <dependency>
109 <groupId>org.geotools</groupId>
110 <artifactId>gt-shapefile</artifactId>
111 <version>2.7.2</version>
112 </dependency>
113 <dependency>
114 <groupId>org.geotools</groupId>
115 <artifactId>gt-epsg-wkt</artifactId>
116 <version>2.7.2</version>
117 </dependency>
118 <dependency>
119 <groupId>org.geotools</groupId>
120 <artifactId>gt-geojson</artifactId>
121 <version>2.7.2</version>
122 </dependency>
108 </dependencies> 123 </dependencies>
109 <repositories> 124 <repositories>
110 <repository> 125 <repository>
111 <id>jboss-repo2</id> 126 <id>jboss-repo2</id>
112 <name>JBoss repo2</name> 127 <name>JBoss repo2</name>
113 <url>http://repository.jboss.org/nexus/content/groups/public/</url> 128 <url>http://repository.jboss.org/nexus/content/groups/public/</url>
114 </repository> 129 </repository>
130 <repository>
131 <id>gt2.repo</id>
132 <name>GeoTools2 Repository including JTS</name>
133 <url>http://download.osgeo.org/webdav/geotools</url>
134 </repository>
115 </repositories> 135 </repositories>
116 </project> 136 </project>

http://dive4elements.wald.intevation.org