From 9b4c0dc23fb759608b2d2da6c844dae2a5627d07 Mon Sep 17 00:00:00 2001
From: b2baccline <23131013+b2baccline@users.noreply.github.com>
Date: Fri, 10 Dec 2021 19:31:59 +0800
Subject: [PATCH] =?UTF-8?q?:wrench:=20springdoc-openapi=20=E4=BE=9D?=
=?UTF-8?q?=E8=B5=96=E7=89=88=E6=9C=AC=E7=AE=A1=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ballcat-common/ballcat-common-model/pom.xml | 9 ++-
ballcat-dependencies/pom.xml | 62 ++++++++++++++++++++-
ballcat-log/ballcat-log-model/pom.xml | 10 ++--
3 files changed, 68 insertions(+), 13 deletions(-)
diff --git a/ballcat-common/ballcat-common-model/pom.xml b/ballcat-common/ballcat-common-model/pom.xml
index 6f4ba44d..6bc34b29 100644
--- a/ballcat-common/ballcat-common-model/pom.xml
+++ b/ballcat-common/ballcat-common-model/pom.xml
@@ -20,6 +20,10 @@
io.swagger.core.v3
swagger-annotations
+
+ org.springdoc
+ springdoc-openapi-common
+
javax.validation
validation-api
@@ -32,11 +36,6 @@
com.baomidou
mybatis-plus-annotation
-
- org.springdoc
- springdoc-openapi-common
- 1.5.13
-
\ No newline at end of file
diff --git a/ballcat-dependencies/pom.xml b/ballcat-dependencies/pom.xml
index ee024704..3e35a5fe 100644
--- a/ballcat-dependencies/pom.xml
+++ b/ballcat-dependencies/pom.xml
@@ -47,6 +47,7 @@
3.0.0
1.5.21
2.1.11
+ 1.5.13
2.0.9
2.5.0
5.7.16
@@ -368,7 +369,7 @@
${revision}
-
+
io.swagger.core.v3
swagger-annotations
@@ -379,6 +380,7 @@
swagger-models
${io.swagger.v3.version}
+
io.swagger
swagger-annotations
@@ -389,12 +391,68 @@
swagger-models
${swagger.version}
+
+
+ org.springdoc
+ springdoc-openapi-common
+ ${springdoc-openapi.verison}
+
+
+ org.springdoc
+ springdoc-openapi-webmvc-core
+ ${springdoc-openapi.verison}
+
+
+ org.springdoc
+ springdoc-openapi-webflux-core
+ ${springdoc-openapi.verison}
+
+
+ org.springdoc
+ springdoc-openapi-kotlin
+ ${springdoc-openapi.verison}
+
+
+ org.springdoc
+ springdoc-openapi-hateoas
+ ${springdoc-openapi.verison}
+
+
+ org.springdoc
+ springdoc-openapi-data-rest
+ ${springdoc-openapi.verison}
+
+
+ org.springdoc
+ springdoc-openapi-security
+ ${springdoc-openapi.verison}
+
+
+ org.springdoc
+ springdoc-openapi-groovy
+ ${springdoc-openapi.verison}
+
+
+ org.springdoc
+ springdoc-openapi-ui
+ ${springdoc-openapi.verison}
+
+
+ org.springdoc
+ springdoc-openapi-webflux-ui
+ ${springdoc-openapi.verison}
+
+
+ org.springdoc
+ springdoc-openapi-javadoc
+ ${springdoc-openapi.verison}
+
+
io.springfox
springfox-swagger2
${springfox.version}
-
io.springfox
springfox-swagger-ui
diff --git a/ballcat-log/ballcat-log-model/pom.xml b/ballcat-log/ballcat-log-model/pom.xml
index 64950657..8d1b14ca 100644
--- a/ballcat-log/ballcat-log-model/pom.xml
+++ b/ballcat-log/ballcat-log-model/pom.xml
@@ -20,6 +20,10 @@
io.swagger.core.v3
swagger-annotations
+
+ org.springdoc
+ springdoc-openapi-common
+
org.springframework
spring-context
@@ -28,11 +32,5 @@
cn.hutool
hutool-core
-
- org.springdoc
- springdoc-openapi-common
- 1.5.13
- compile
-
\ No newline at end of file