From c9a1f1cc6ebf904643a1874d63a69644bc0d896c Mon Sep 17 00:00:00 2001 From: richie Date: Fri, 9 Aug 2019 10:01:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++ pom.xml | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 123 insertions(+) create mode 100644 .gitignore create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bce210c --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.iml +.idea/ +target/ +.DS_Store +.class_path +*.jar \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..097389b --- /dev/null +++ b/pom.xml @@ -0,0 +1,117 @@ + + 4.0.0 + com.fanruan.api + tool-chain + 10.0 + jar + + 10.0-PERSIST-SNAPSHOT + + + + + com.fr.third + fine-third + ${common-version} + + + com.fr.activator + fine-activator + ${common-version} + compile + + + com.fr.core + fine-core + ${common-version} + compile + + + com.fr.webui + fine-webui + ${common-version} + compile + + + + com.fr.datasource + fine-datasource + ${common-version} + compile + + + + com.fr.decision + fine-decision + ${common-version} + compile + + + com.fr.decision + fine-decision-report + ${common-version} + compile + + + + com.fr.schedule + fine-schedule + ${common-version} + compile + + + com.fr.schedule + fine-schedule-report + ${common-version} + compile + + + + + com.fr.intelligence + fine-swift + ${common-version} + compile + + + com.fr.intelligence + fine-accumulator + ${common-version} + compile + + + + com.fr.report + fine-report-engine + ${common-version} + compile + + + junit + junit + 4.12 + test + + + org.easymock + easymock + 3.5.1 + test + + + + + + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + none + + + + + \ No newline at end of file