From aaf4c6c3a1d50b67b9a7dfd1bc011615ba5d9f57 Mon Sep 17 00:00:00 2001 From: ?? ? <ulysseskao@ximple.com.tw> Date: Fri, 06 Jun 2008 18:44:30 +0800 Subject: [PATCH] update for EOFM-115 --- xdgnjobs/ximple-dgnio/pom.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/xdgnjobs/ximple-dgnio/pom.xml b/xdgnjobs/ximple-dgnio/pom.xml index 5c58d1e..5916a17 100644 --- a/xdgnjobs/ximple-dgnio/pom.xml +++ b/xdgnjobs/ximple-dgnio/pom.xml @@ -58,6 +58,15 @@ <!-- Dependencies to be inherited by all modules. --> <!-- =========================================================== --> <dependencies> + <dependency> + <groupId>org.geotools</groupId> + <artifactId>gt2-sample-data</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>com.oracle</groupId> + <artifactId>ojdbc5</artifactId> + </dependency> </dependencies> <!-- =========================================================== --> -- Gitblit v0.0.0-SNAPSHOT