From 6c32fddc7b967fccec19ce7ffbb4a46db4123a35 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=93=A6=E6=98=AF=E5=90=97?= <1733179386@qq.com>
Date: Mon, 19 Jul 2021 11:12:05 +0800
Subject: [PATCH] =?UTF-8?q?=E7=94=B1=E4=BA=8E=E5=9C=A8common=E5=8C=85?=
=?UTF-8?q?=E5=86=85=E7=BC=96=E5=86=99=E4=BA=86Swagger-module=EF=BC=8C?=
=?UTF-8?q?=E6=89=80=E4=BB=A5=E5=B0=86swagger=E4=BE=9D=E8=B5=96=E7=A7=BB?=
=?UTF-8?q?=E5=8A=A8=E5=88=B0common=E5=8C=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ruoyi-admin/pom.xml | 12 ------------
ruoyi-common/pom.xml | 13 +++++++++++++
2 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index 74855f53e..815851337 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -30,18 +30,6 @@
true
-
-
- io.springfox
- springfox-boot-starter
-
-
-
-
- io.swagger
- swagger-models
- 1.6.2
-
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index edd31141d..acf7fdb38 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -101,6 +101,19 @@
javax.servlet-api
+
+
+ io.springfox
+ springfox-boot-starter
+
+
+
+
+ io.swagger
+ swagger-models
+ 1.6.2
+
+
\ No newline at end of file