From 94c5813b996a8e0c967f8f4c0abbd8669810801d Mon Sep 17 00:00:00 2001 From: ?? ? <ulysseskao@ximple.com.tw> Date: Thu, 17 Jul 2008 17:44:18 +0800 Subject: [PATCH] update version to 0.7 --- xdgnjobs/ximple-dgnio/pom.xml | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/xdgnjobs/ximple-dgnio/pom.xml b/xdgnjobs/ximple-dgnio/pom.xml index 5916a17..aa18ec2 100644 --- a/xdgnjobs/ximple-dgnio/pom.xml +++ b/xdgnjobs/ximple-dgnio/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-dgnjobs</artifactId> - <version>0.6.0</version> + <version>0.7.0</version> </parent> <!-- =========================================================== --> @@ -15,7 +15,7 @@ <!-- =========================================================== --> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-dgnio</artifactId> - <version>0.6.0</version> + <version>0.7.0</version> <packaging>jar</packaging> <name>ximple-dgnio</name> <url>http://www.ximple.com.tw</url> @@ -67,6 +67,10 @@ <groupId>com.oracle</groupId> <artifactId>ojdbc5</artifactId> </dependency> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi</artifactId> + </dependency> </dependencies> <!-- =========================================================== --> -- Gitblit v0.0.0-SNAPSHOT