From da98d93cb10d4f34930ae09a53d4e3cac90acf88 Mon Sep 17 00:00:00 2001 From: Haotian Zhang Date: Wed, 8 Nov 2023 19:54:52 +0800 Subject: [PATCH] fix:fix sct-all wrong spring boot version obtain. (#1204) --- 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 d160be3e9..6525f5b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,3 +19,4 @@ - [feat:support configuration encryption.](https://github.com/Tencent/spring-cloud-tencent/pull/1182) - [feat:optimize examples.](https://github.com/Tencent/spring-cloud-tencent/pull/1186) - [feat: support nacos namespace mapping](https://github.com/Tencent/spring-cloud-tencent/pull/1191) +- [fix:fix sct-all wrong spring boot version obtain.](https://github.com/Tencent/spring-cloud-tencent/pull/1204) 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 + + +