From c35a6b151259c980bb1ceec57abe65a79c6f6ac8 Mon Sep 17 00:00:00 2001 From: ?? ? <ulysseskao@ximple.com.tw> Date: Fri, 23 Nov 2012 00:41:19 +0800 Subject: [PATCH] EOFM-207 and update geotools to 8.3.x --- xdgnjobs/ximple-spatialjob/pom.xml | 29 ++++++++++++++--------------- 1 files changed, 14 insertions(+), 15 deletions(-) diff --git a/xdgnjobs/ximple-spatialjob/pom.xml b/xdgnjobs/ximple-spatialjob/pom.xml index c64016e..bdbb485 100644 --- a/xdgnjobs/ximple-spatialjob/pom.xml +++ b/xdgnjobs/ximple-spatialjob/pom.xml @@ -7,18 +7,18 @@ <parent> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-dgnjobs</artifactId> - <version>1.2.2</version> + <version>1.3.0</version> </parent> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-spatialjob</artifactId> - <version>1.2.2</version> + <version>1.3.0</version> <packaging>jar</packaging> <name>ximple-spatialjob</name> <url>http://www.ximple.com.tw</url> <properties> - <xdgnio.version>1.2.2</xdgnio.version> + <xdgnio.version>1.3.0</xdgnio.version> </properties> <description> @@ -82,16 +82,16 @@ <artifactId>gt-jdbc</artifactId> </dependency> <dependency> - <groupId>org.geotools</groupId> - <artifactId>gt-postgis</artifactId> + <groupId>org.geotools.jdbc</groupId> + <artifactId>gt-jdbc-postgis</artifactId> </dependency> <dependency> - <groupId>org.geotools</groupId> - <artifactId>gt-oracle-spatial</artifactId> + <groupId>org.geotools.jdbc</groupId> + <artifactId>gt-jdbc-oracle</artifactId> </dependency> <dependency> - <groupId>org.geotools</groupId> - <artifactId>gt-mysql</artifactId> + <groupId>org.geotools.jdbc</groupId> + <artifactId>gt-jdbc-mysql</artifactId> </dependency> <!-- because main and sample-data depend on referencing we need a tie breaker --> @@ -103,8 +103,7 @@ <!-- We need this to make the referencing module useful --> <dependency> <groupId>org.geotools</groupId> - <artifactId>gt-epsg-hsql</artifactId> - <scope>test</scope> + <artifactId>gt-epsg-wkt</artifactId> </dependency> <dependency> @@ -135,10 +134,10 @@ <artifactId>sdoutl</artifactId> </dependency> - <dependency> + <!--dependency> <groupId>postgresql</groupId> <artifactId>postgresql</artifactId> - </dependency> + </dependency--> <dependency> <groupId>org.postgis</groupId> <artifactId>postgis-driver</artifactId> @@ -149,10 +148,10 @@ <artifactId>xedb-gt-geospatial</artifactId> </dependency> - <dependency> + <!--dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> - </dependency> + </dependency--> <!-- Ximple Library --> <dependency> -- Gitblit v0.0.0-SNAPSHOT