From 0323fc4e12794cf1de5218cb6131db818f9f1ccd Mon Sep 17 00:00:00 2001 From: richie Date: Fri, 18 Oct 2019 13:56:50 +0800 Subject: [PATCH] =?UTF-8?q?maven=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 162 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..e6835b1 --- /dev/null +++ b/pom.xml @@ -0,0 +1,162 @@ + + 4.0.0 + com.fr.plugin + starter + 5.1 + pom + + 10.0-FEATURE-SNAPSHOT + 5.1-FEATURE-SNAPSHOT + ${project.basedir}/webroot/WEB-INF + + + + + com.fr.third + fine-third + ${univeral-framework-version} + + + com.fr.activator + fine-activator + ${univeral-framework-version} + compile + + + com.fr.core + fine-core + ${univeral-framework-version} + compile + + + com.fr.webui + fine-webui + ${univeral-framework-version} + compile + + + + com.fr.datasource + fine-datasource + ${univeral-framework-version} + compile + + + + com.fr.decision + fine-decision + ${univeral-framework-version} + compile + + + + com.fr.schedule + fine-schedule + ${univeral-framework-version} + compile + + + + + com.fr.intelligence + fine-swift + ${univeral-framework-version} + compile + + + com.fr.intelligence + fine-accumulator + ${univeral-framework-version} + compile + + + + org.apache.tomcat + tomcat-catalina + 8.5.32 + + + + + mysql + mysql-connector-java + 5.1.44 + + + + junit + junit + 4.12 + test + + + org.easymock + easymock + 3.5.1 + test + + + + + ${web-inf-bucket}/classes + + + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + + none + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy + package + + copy-dependencies + + + + ${project.basedir}/webroot/WEB-INF/lib + + + + + + + + + + fanruan + fanruan + http://mvn.finedevelop.com/repository/maven-public/ + + true + always + warn + + + + + + fanruan + fanruan + http://mvn.finedevelop.com/repository/maven-public/ + + true + always + warn + + + + \ No newline at end of file