fix missing artifact in pom
diff --git a/clients/config-kie-client/pom.xml b/clients/config-kie-client/pom.xml
index 84b2524..409d3f1 100644
--- a/clients/config-kie-client/pom.xml
+++ b/clients/config-kie-client/pom.xml
@@ -27,6 +27,8 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>config-kie-client</artifactId>
+    <name>ServiceComb::Clients::Kie Client</name>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.servicecomb</groupId>
diff --git a/coverage-reports/pom.xml b/coverage-reports/pom.xml
index 8e6affe..68be706 100644
--- a/coverage-reports/pom.xml
+++ b/coverage-reports/pom.xml
@@ -52,11 +52,15 @@
     <!-- clients -->
     <dependency>
       <groupId>org.apache.servicecomb</groupId>
-      <artifactId>http-client-common</artifactId>
+      <artifactId>config-center-client</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.servicecomb</groupId>
-      <artifactId>kie-client</artifactId>
+      <artifactId>config-kie-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicecomb</groupId>
+      <artifactId>http-client-common</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.servicecomb</groupId>
diff --git a/dependencies/bom/pom.xml b/dependencies/bom/pom.xml
index 10098cc..38cfe9b 100644
--- a/dependencies/bom/pom.xml
+++ b/dependencies/bom/pom.xml
@@ -59,12 +59,17 @@
       <!-- Service Comb : clients -->
       <dependency>
         <groupId>org.apache.servicecomb</groupId>
-        <artifactId>http-client-common</artifactId>
+        <artifactId>config-center-client</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.servicecomb</groupId>
-        <artifactId>kie-client</artifactId>
+        <artifactId>config-kie-client</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.servicecomb</groupId>
+        <artifactId>http-client-common</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 71e82d3..8be6a48 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -50,11 +50,15 @@
     <!-- clients -->
     <dependency>
       <groupId>org.apache.servicecomb</groupId>
-      <artifactId>http-client-common</artifactId>
+      <artifactId>config-center-client</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.servicecomb</groupId>
-      <artifactId>kie-client</artifactId>
+      <artifactId>config-kie-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicecomb</groupId>
+      <artifactId>http-client-common</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.servicecomb</groupId>