diff --git a/pom.xml b/pom.xml
index f621a8f9a..71feee0aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,6 +158,11 @@
jacoco-maven-plugin
${jacoco.version}
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+ ${maven-shade-plugin.version}
+
diff --git a/spring-cloud-starter-tencent-all/pom.xml b/spring-cloud-starter-tencent-all/pom.xml
index f6fb8b38f..1c45b11d7 100644
--- a/spring-cloud-starter-tencent-all/pom.xml
+++ b/spring-cloud-starter-tencent-all/pom.xml
@@ -57,4 +57,49 @@
spring-boot-starter-actuator
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+ attach-javadocs
+ package
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+
+ false
+
+
+
+ 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
+
+
+
+
+
+
+
+