From 55ba098e506df00e982581eeb4c074a344d60177 Mon Sep 17 00:00:00 2001
From: 抓蛙师 <770492966@qq.com>
Date: 星期六, 16 七月 2022 15:41:51 +0800
Subject: [PATCH] StreamUtils优化分组方法返回由HashMap无序转为LinkedHashMap有序

---
 ruoyi-common/pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index 78ad596..0444727 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -127,7 +127,7 @@
 
         <dependency>
             <groupId>org.springdoc</groupId>
-            <artifactId>springdoc-openapi-ui</artifactId>
+            <artifactId>springdoc-openapi-webmvc-core</artifactId>
         </dependency>
 
         <dependency>

--
Gitblit v1.9.3