From 4633c2be68b38a8409e0f5aad6af51be678f8ea4 Mon Sep 17 00:00:00 2001 From: ms-dev Date: Wed, 16 Jan 2019 17:43:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 65 +++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 54 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 67573dac..3a4f1a8e 100644 --- a/pom.xml +++ b/pom.xml @@ -41,12 +41,6 @@ ms-base 1.0.8.1-SNAPSHOT - - net.mingsoft - ms-basic - 1.0.8.1-SNAPSHOT - war - net.mingsoft ms-basic @@ -70,11 +64,60 @@ provided - net.mingsoft - ms-mpeople - 1.0.7-SNAPSHOT - classes - provided + 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