From ccde6988ddd275fc672a8fd417a9d6e2d96ee693 Mon Sep 17 00:00:00 2001 From: baohanddd Date: Sat, 30 Apr 2016 14:44:36 +0800 Subject: [PATCH] add data import : basic config --- platform-data-api/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/platform-data-api/pom.xml b/platform-data-api/pom.xml index c355421..8e825e1 100644 --- a/platform-data-api/pom.xml +++ b/platform-data-api/pom.xml @@ -28,6 +28,16 @@ cxf-rt-ws-security + org.apache.velocity + velocity + 1.7 + + + org.apache.velocity + velocity-tools + 2.0 + + com.lyms.core platform-common ${project.version} -- 1.8.3.1