From 641a120b11f2dc5a2c9658cbb9304116cfbb053f Mon Sep 17 00:00:00 2001 From: qingliu Date: Wed, 31 May 2023 19:12:55 +0800 Subject: [PATCH] feat: sct-all package is now available as a shaded uber-jar 2020 (#1026) --- CHANGELOG.md | 1 + spring-cloud-starter-tencent-all/pom.xml | 21 ++++++++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d878efb6..4d0dc805f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,3 +11,4 @@ - [docs:update Polaris test environment ip.](https://github.com/Tencent/spring-cloud-tencent/pull/1011) - [feat:sct-all package is now available as a shaded uber-jar.](https://github.com/Tencent/spring-cloud-tencent/pull/1016) - [fix:fix custom fallback exception.](https://github.com/Tencent/spring-cloud-tencent/pull/1021) +- [feat:sct-all package is now available as a shaded uber-jar.](https://github.com/Tencent/spring-cloud-tencent/pull/1026) \ No newline at end of file diff --git a/spring-cloud-starter-tencent-all/pom.xml b/spring-cloud-starter-tencent-all/pom.xml index b12ac9324..1c45b11d7 100644 --- a/spring-cloud-starter-tencent-all/pom.xml +++ b/spring-cloud-starter-tencent-all/pom.xml @@ -77,19 +77,26 @@ org.apache.maven.plugins maven-shade-plugin - true - - - com.tencent.cloud:spring-cloud-tencent - - + false - package + sct-all-shade shade + + true + + + + META-INF/spring/org.springframework.boot.actuate.autoconfigure.web.ManagementContextConfiguration.imports + + + META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports + + +