diff --git a/CHANGELOG.md b/CHANGELOG.md index d160be3e..6525f5b0 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 50908dfa..79bba53e 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 + + +