From f3c6513d5ae0d5dc8f4bf2c8625d7edb85b7521d Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 13 一月 2023 18:43:40 +0800 Subject: [PATCH] add 新增 flatten-maven-plugin 插件统一版本号管理 --- ruoyi-framework/pom.xml | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index 2113c4f..21b65b7 100644 --- a/ruoyi-framework/pom.xml +++ b/ruoyi-framework/pom.xml @@ -5,7 +5,8 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>4.3.1</version> + <version>${revision}</version> + <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -56,15 +57,15 @@ <artifactId>spring-boot-admin-starter-client</artifactId> </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>transmittable-thread-local</artifactId> + </dependency> + <!-- 绯荤粺妯″潡--> <dependency> <groupId>com.ruoyi</groupId> <artifactId>ruoyi-common</artifactId> - </dependency> - - <dependency> - <groupId>com.yomahub</groupId> - <artifactId>tlog-web-spring-boot-starter</artifactId> </dependency> </dependencies> -- Gitblit v1.9.3