From ee06a919f77b75f29c7c0c764c86978caa0173d0 Mon Sep 17 00:00:00 2001 From: richie Date: Thu, 30 Jul 2020 19:11:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=8E=89maven=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E5=AE=8C=E5=85=A8=E8=BD=AC=E4=B8=BA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8gradle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 199 -------------------------------------------------------- 1 file changed, 199 deletions(-) delete mode 100644 pom.xml diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 099c654..0000000 --- a/pom.xml +++ /dev/null @@ -1,199 +0,0 @@ - - 4.0.0 - com.fanruan.api - finekit - 10.0 - jar - - 10.0-FEATURE-SNAPSHOT - yyyyMMdd - ${project.version} - ${maven.build.timestamp} - UTF-8 - - - - - 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 - - - - com.fr.report - fine-report-designer - ${common-version} - compile - - - junit - junit - 4.12 - test - - - org.easymock - easymock - 3.5.1 - test - - - org.powermock - powermock-api-easymock - 1.7.1 - test - - - org.powermock - powermock-module-junit4 - 1.7.1 - test - - - com.squareup.okhttp3 - mockwebserver - 4.0.1 - test - - - - ${project.artifactId}-${project.version}-${maven.build.timestamp} - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - - none - - - - org.apache.maven.plugins - maven-jar-plugin - 3.1.2 - - - - false - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - target - javadocs - - - - - - src/main/resources - true - - - - - - 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