From f26cdb4382420cb98e96237914cf21ae351ceecb Mon Sep 17 00:00:00 2001
From: ?? ? <ulysseskao@ximple.com.tw>
Date: Mon, 17 Mar 2008 17:31:01 +0800
Subject: [PATCH] update for EOFM-17

---
 ximple-spatialjob/pom.xml |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/ximple-spatialjob/pom.xml b/ximple-spatialjob/pom.xml
index 3bbb6e9..f4e83fa 100644
--- a/ximple-spatialjob/pom.xml
+++ b/ximple-spatialjob/pom.xml
@@ -146,6 +146,11 @@
         <version>1.1.1</version>
       </dependency>
       <dependency>
+        <groupId>commons-transaction</groupId>
+        <artifactId>commons-transaction</artifactId>
+        <version>1.2</version>
+      </dependency>
+      <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
         <version>1.2.15</version>
@@ -273,7 +278,22 @@
       <artifactId>commons-collections</artifactId>
       <groupId>commons-collections</groupId>
     </dependency>
-
+    <dependency>
+      <groupId>commons-digester</groupId>
+      <artifactId>commons-digester</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-pool</groupId>
+      <artifactId>commons-pool</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-transaction</groupId>
+      <artifactId>commons-transaction</artifactId>
+    </dependency>
     <dependency>
       <artifactId>log4j</artifactId>
       <groupId>log4j</groupId>

--
Gitblit v0.0.0-SNAPSHOT