From 8cb0084749c5334eec1ec7bae4abd91e2de5b4b1 Mon Sep 17 00:00:00 2001 From: ?? ? <ulysseskao@ximple.com.tw> Date: Mon, 17 Mar 2008 12:50:05 +0800 Subject: [PATCH] update for EOFM-20 --- ximple-jobcarrier/pom.xml | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/ximple-jobcarrier/pom.xml b/ximple-jobcarrier/pom.xml index 8ab5412..e6620d3 100644 --- a/ximple-jobcarrier/pom.xml +++ b/ximple-jobcarrier/pom.xml @@ -273,7 +273,18 @@ <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> <artifactId>log4j</artifactId> <groupId>log4j</groupId> @@ -331,6 +342,12 @@ <groupId>opensymphony</groupId> </dependency> + <dependency> + <groupId>javax.transaction</groupId> + <artifactId>jta</artifactId> + <version>1.0.1B</version> + </dependency> + <!-- Ximple Library --> <dependency> <artifactId>ximple-dgnio</artifactId> -- Gitblit v0.0.0-SNAPSHOT