From d8b0f767fee26fad06a326b367144f4173b3d0c6 Mon Sep 17 00:00:00 2001 From: Haotian Zhang Date: Wed, 8 Nov 2023 19:51:04 +0800 Subject: [PATCH] fix:fix sct-all wrong spring boot version obtain. (#1203) --- CHANGELOG.md | 1 + spring-cloud-starter-tencent-all/pom.xml | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b157fe4..e040a4109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,3 +20,4 @@ - [feat:support configuration encryption.](https://github.com/Tencent/spring-cloud-tencent/pull/1181) - [feat:optimize examples.](https://github.com/Tencent/spring-cloud-tencent/pull/1185) - [fix:fix rule-based router when using RestTemplate.](https://github.com/Tencent/spring-cloud-tencent/pull/1200) +- [fix:fix sct-all wrong spring boot version obtain.](https://github.com/Tencent/spring-cloud-tencent/pull/1203) diff --git a/spring-cloud-starter-tencent-all/pom.xml b/spring-cloud-starter-tencent-all/pom.xml index 50908dfa5..79bba53e0 100644 --- a/spring-cloud-starter-tencent-all/pom.xml +++ b/spring-cloud-starter-tencent-all/pom.xml @@ -80,6 +80,25 @@ true + + + *:* + + META-INF/*.MF + META-INF/NOTICE + META-INF/DEPENDENCIES + META-INF/LICENSE + META-INF/NOTICE.txt + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + META-INF/*.RSA + META-INF/io.netty.versions.properties + module-info.java + module-info.class + + +