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 + + +