From 40c9559d9ef591264179069027221bf33daed2f3 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期三, 17 十一月 2021 20:11:56 +0800 Subject: [PATCH] update springboot-admin 2.5.3 => 2.5.4 --- ruoyi-common/pom.xml | 18 +----------------- 1 files changed, 1 insertions(+), 17 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index d276072..9b5af98 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>3.2.0</version> + <version>3.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -117,18 +117,6 @@ <artifactId>lombok</artifactId> </dependency> - <!-- @deprecated 鐢变簬浣跨敤浜烘暟杈冨皯 鍐冲畾涓� 3.4.0 鐗堟湰绉婚櫎 --> - <dependency> - <groupId>org.springframework.cloud</groupId> - <artifactId>spring-cloud-starter-openfeign</artifactId> - </dependency> - - <!-- @deprecated 鐢变簬浣跨敤浜烘暟杈冨皯 鍐冲畾涓� 3.4.0 鐗堟湰绉婚櫎 --> - <dependency> - <groupId>io.github.openfeign</groupId> - <artifactId>feign-okhttp</artifactId> - </dependency> - <dependency> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-starter-client</artifactId> @@ -175,10 +163,6 @@ <artifactId>tlog-webroot</artifactId> </dependency> - <dependency> - <groupId>com.yomahub</groupId> - <artifactId>tlog-feign</artifactId> - </dependency> </dependencies> </project> -- Gitblit v1.9.3