From e1175829abd7ffdddba9e22392d2c747b192defc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E4=BA=BA=E8=A1=A8=E5=A9=B6?= <354103429@qq.com> Date: Tue, 2 Jun 2020 12:01:49 +0800 Subject: [PATCH] =?UTF-8?q?update=20pom.xml.=20=E4=BF=AE=E6=94=B9=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=96=87=E4=BB=B6=E6=98=BE=E7=A4=BA=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E5=92=8C=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index e9abdbb6..41f68213 100644 --- a/pom.xml +++ b/pom.xml @@ -142,16 +142,31 @@ spring-boot-starter-mail 2.1.5.RELEASE + - io.springfox - springfox-swagger2 - 2.2.2 - - - io.springfox - springfox-swagger-ui - 2.2.2 - + io.springfox + springfox-swagger2 + 2.9.2 + + + + io.springfox + springfox-swagger-ui + 2.9.2 + + + + + com.github.xiaoymin + swagger-bootstrap-ui + 1.9.3 + + + com.google.guava + guava + 25.1-jre + + com.auth0 java-jwt -- Gitee