From 4466019ddf35e8e09eb9f25d06421bb2df977022 Mon Sep 17 00:00:00 2001 From: ms-dev Date: Sat, 26 Jan 2019 18:14:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 99 ++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 80 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 01d87374..f9654212 100644 --- a/pom.xml +++ b/pom.xml @@ -6,9 +6,9 @@ net.mingsoft mcms - 0.0.1-SNAPSHOT - mcms1 - war + 4.7.0-SNAPSHOT + ms-mcms + jar 1.8 @@ -49,12 +49,6 @@ classes provided - - net.mingsoft - ms-basic - 1.0.8.1-SNAPSHOT - war - net.mingsoft ms-mdiy @@ -62,12 +56,6 @@ classes provided - - net.mingsoft - ms-mdiy - 1.0.7-SNAPSHOT - war - net.mingsoft ms-mpeople @@ -75,16 +63,89 @@ classes provided + + - net.mingsoft - ms-mpeople - 1.0.7-SNAPSHOT - war + io.springfox + springfox-swagger2 + 2.9.2 + + + org.springframework + spring-core + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-context-support + + + org.springframework + spring-aop + + + org.springframework + spring-tx + + + org.springframework + spring-orm + + + org.springframework + spring-jdbc + + + org.springframework + spring-web + + + org.springframework + spring-webmvc + + + org.springframework + spring-oxm + + + + + io.springfox + springfox-swagger-ui + 2.9.2 ms-mcms + org.apache.maven.plugins maven-compiler-plugin