From 9d61a93077d22dec47760c294a8658f5a5223b67 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期三, 03 一月 2024 15:50:47 +0800 Subject: [PATCH] 优化数据库sql文件组织方式 --- pom.xml | 15 +++++---------- 1 files changed, 5 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 5b3e945..5f077f1 100644 --- a/pom.xml +++ b/pom.xml @@ -163,21 +163,16 @@ </dependency> <!--鍦ㄧ嚎鏂囨。 --> + <!--鍦ㄧ嚎鏂囨。 --> <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-ui</artifactId> - <version>1.7.0</version> - <exclusions> - <exclusion> - <groupId>org.yaml</groupId> - <artifactId>snakeyaml</artifactId> - </exclusion> - </exclusions> + <version>1.6.10</version> </dependency> <dependency> - <groupId>org.yaml</groupId> - <artifactId>snakeyaml</artifactId> - <version>2.2</version> + <groupId>org.springdoc</groupId> + <artifactId>springdoc-openapi-security</artifactId> + <version>1.6.10</version> </dependency> <dependency> -- Gitblit v1.8.0