From c66393b281c4810d5240971bcf6eba030439fe09 Mon Sep 17 00:00:00 2001 From: unknown <yuanhung@ximple.com.tw> Date: Tue, 08 Apr 2014 15:09:33 +0800 Subject: [PATCH] ndd定期轉入xml檔 --- xdgnjobs/pom.xml | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/xdgnjobs/pom.xml b/xdgnjobs/pom.xml index bb15284..2dd14d4 100644 --- a/xdgnjobs/pom.xml +++ b/xdgnjobs/pom.xml @@ -188,7 +188,15 @@ <artifactId>commons-io</artifactId> <version>2.4</version> </dependency> - <dependency> + + <dependency> + <groupId>commons-net</groupId> + <artifactId>commons-net</artifactId> + <version>2.1</version> + </dependency> + + + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> -- Gitblit v0.0.0-SNAPSHOT