diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml
index f3fa0e4fe8b..11fad2fc463 100644
--- a/dubbo-config/dubbo-config-api/pom.xml
+++ b/dubbo-config/dubbo-config-api/pom.xml
@@ -111,5 +111,17 @@ limitations under the License.
${project.parent.version}
test
+
+ com.alibaba
+ dubbo-serialization-hessian2
+ ${project.parent.version}
+ test
+
+
+ com.alibaba
+ dubbo-serialization-jdk
+ ${project.parent.version}
+ test
+
\ No newline at end of file
diff --git a/dubbo-monitor/dubbo-monitor-default/pom.xml b/dubbo-monitor/dubbo-monitor-default/pom.xml
index 15099fdfed7..3e2f2084511 100644
--- a/dubbo-monitor/dubbo-monitor-default/pom.xml
+++ b/dubbo-monitor/dubbo-monitor-default/pom.xml
@@ -47,5 +47,11 @@ limitations under the License.
${project.parent.version}
test
+
+ com.alibaba
+ dubbo-serialization-hessian2
+ ${project.parent.version}
+ test
+
\ No newline at end of file
diff --git a/dubbo-registry/dubbo-registry-default/pom.xml b/dubbo-registry/dubbo-registry-default/pom.xml
index a3213501c4e..af9140b7172 100644
--- a/dubbo-registry/dubbo-registry-default/pom.xml
+++ b/dubbo-registry/dubbo-registry-default/pom.xml
@@ -54,5 +54,11 @@
${project.parent.version}
test
+
+ com.alibaba
+ dubbo-serialization-hessian2
+ ${project.parent.version}
+ test
+
\ No newline at end of file
diff --git a/dubbo-remoting/dubbo-remoting-mina/pom.xml b/dubbo-remoting/dubbo-remoting-mina/pom.xml
index 7e80e6eccf6..7483ba15a14 100644
--- a/dubbo-remoting/dubbo-remoting-mina/pom.xml
+++ b/dubbo-remoting/dubbo-remoting-mina/pom.xml
@@ -43,5 +43,11 @@
org.slf4j
slf4j-api
+
+ com.alibaba
+ dubbo-serialization-hessian2
+ ${project.parent.version}
+ test
+
\ No newline at end of file
diff --git a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml
index 08deaafb4e9..a281b7fecb9 100644
--- a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml
+++ b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml
@@ -68,5 +68,11 @@ limitations under the License.
mina-core
test
+
+ com.alibaba
+ dubbo-serialization-hessian2
+ ${project.parent.version}
+ test
+
\ No newline at end of file