From 144a351e4a05afc59b384f81347f102683b11dab Mon Sep 17 00:00:00 2001 From: guwd Date: Wed, 9 Sep 2020 09:54:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 113 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 57 insertions(+), 56 deletions(-) diff --git a/pom.xml b/pom.xml index 6f2cbb79..4c200de9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,61 +1,62 @@  - - net.mingsoft - ms-pom - 2.0.0-SNAPSHOT - - 4.0.0 - net.mingsoft - ms-mcms - 5.1-SNAPSHOT - ms-mcms - - 1.8 - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - - net.mingsoft - ms-mpeople - - + 4.0.0 + net.mingsoft + ms-mcms + 5.1 + ms-mcms + + 1.8 + - - - ms-mcms - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - ${java.version} - ${java.version} - - - - - - src/main/webapp - - static/** - html/** - upload/** - templets/** - - - - src/main/java - - **/*.java - **/MSApplication.class - **/MSServletInitializer.class - - - - compile - + + + net.mingsoft + ms-mpeople + 1.0.25 + + + + net.mingsoft + store-client + 2.0 + + + + ms-mcms + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + ${java.version} + ${java.version} + + + + + + src/main/webapp + + static/** + html/** + upload/** + templets/** + + + + src/main/java + + **/*.java + **/MSApplication.class + **/MSServletInitializer.class + + + + compile + \ No newline at end of file