From fef782cea66c18da7c3686dac0416c56fa85d3d4 Mon Sep 17 00:00:00 2001 From: ?? ? <ulysseskao@ximple.com.tw> Date: Fri, 14 Mar 2008 17:10:01 +0800 Subject: [PATCH] update for EOFM-17 --- ximple-spatialjob/pom.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/ximple-spatialjob/pom.xml b/ximple-spatialjob/pom.xml index d9599af..b902407 100644 --- a/ximple-spatialjob/pom.xml +++ b/ximple-spatialjob/pom.xml @@ -175,6 +175,11 @@ </dependency> <dependency> <groupId>org.geotools</groupId> + <artifactId>gt2-shapefile</artifactId> + <version>${gt.version}</version> + </dependency> + <dependency> + <groupId>org.geotools</groupId> <artifactId>gt2-sample-data</artifactId> <version>${gt.version}</version> <scope>test</scope> @@ -283,6 +288,10 @@ <groupId>org.geotools</groupId> </dependency> <dependency> + <artifactId>gt2-shapefile</artifactId> + <groupId>org.geotools</groupId> + </dependency> + <dependency> <artifactId>gt2-sample-data</artifactId> <groupId>org.geotools</groupId> <scope>test</scope> -- Gitblit v0.0.0-SNAPSHOT