diff --git a/CHANGELOG.md b/CHANGELOG.md
index b04f0a495..3e4e6b890 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,3 +14,4 @@
- [refactor:refactor stat module.](https://github.com/Tencent/spring-cloud-tencent/pull/879)
- [feature:add polaris circuit breaker support.](https://github.com/Tencent/spring-cloud-tencent/pull/881)
- [fix:fix NPE.](https://github.com/Tencent/spring-cloud-tencent/pull/885)
+- [refactor:optimize sct-all.](https://github.com/Tencent/spring-cloud-tencent/pull/889)
diff --git a/spring-cloud-starter-tencent-all/pom.xml b/spring-cloud-starter-tencent-all/pom.xml
index e5c54f51a..f6fb8b38f 100644
--- a/spring-cloud-starter-tencent-all/pom.xml
+++ b/spring-cloud-starter-tencent-all/pom.xml
@@ -12,7 +12,6 @@
spring-cloud-starter-tencent-all
Spring Cloud Starter Tencent ALL In One
- pom
diff --git a/spring-cloud-starter-tencent-all/src/main/java/com/tencent/cloud/package-info.java b/spring-cloud-starter-tencent-all/src/main/java/com/tencent/cloud/package-info.java
new file mode 100644
index 000000000..62d883aaa
--- /dev/null
+++ b/spring-cloud-starter-tencent-all/src/main/java/com/tencent/cloud/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * Tencent is pleased to support the open source community by making Spring Cloud Tencent available.
+ *
+ * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
+ *
+ * Licensed under the BSD 3-Clause License (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * https://opensource.org/licenses/BSD-3-Clause
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed
+ * under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+ * CONDITIONS OF ANY KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations under the License.
+ */
+
+/**
+ * Spring Cloud Starter Tencent ALL In One.
+ *
+ * @author Haotian Zhang
+ */
+package com.tencent.cloud;
diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml
index 69a7cd3b8..e776c1c85 100644
--- a/spring-cloud-tencent-dependencies/pom.xml
+++ b/spring-cloud-tencent-dependencies/pom.xml
@@ -158,7 +158,6 @@
com.tencent.cloud
spring-cloud-starter-tencent-all
- pom
${revision}
diff --git a/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-a/pom.xml b/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-a/pom.xml
index b569ce913..24e580e18 100644
--- a/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-a/pom.xml
+++ b/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-a/pom.xml
@@ -17,7 +17,6 @@
com.tencent.cloud
spring-cloud-starter-tencent-all
- pom
diff --git a/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-b/pom.xml b/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-b/pom.xml
index c5f525b39..e25650591 100644
--- a/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-b/pom.xml
+++ b/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-b/pom.xml
@@ -17,7 +17,6 @@
com.tencent.cloud
spring-cloud-starter-tencent-all
- pom
diff --git a/spring-cloud-tencent-examples/quickstart-example/quickstart-caller-service/pom.xml b/spring-cloud-tencent-examples/quickstart-example/quickstart-caller-service/pom.xml
index d9f796cb0..1fd0f5f53 100644
--- a/spring-cloud-tencent-examples/quickstart-example/quickstart-caller-service/pom.xml
+++ b/spring-cloud-tencent-examples/quickstart-example/quickstart-caller-service/pom.xml
@@ -17,7 +17,6 @@
com.tencent.cloud
spring-cloud-starter-tencent-all
- pom
diff --git a/spring-cloud-tencent-examples/quickstart-example/quickstart-gateway-service/pom.xml b/spring-cloud-tencent-examples/quickstart-example/quickstart-gateway-service/pom.xml
index fa916ec9e..9bfb76041 100644
--- a/spring-cloud-tencent-examples/quickstart-example/quickstart-gateway-service/pom.xml
+++ b/spring-cloud-tencent-examples/quickstart-example/quickstart-gateway-service/pom.xml
@@ -17,7 +17,6 @@
com.tencent.cloud
spring-cloud-starter-tencent-all
- pom