From 76e8480cb1198786d9f0f1268bfa8504ca88b877 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期三, 27 十二月 2023 16:18:22 +0800 Subject: [PATCH] 去除多余方法 --- 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