From 7b81c7e43d8607b079fd14d9f1ef9ed7f34031ea Mon Sep 17 00:00:00 2001 From: "william.liangf" Date: Thu, 27 Oct 2011 11:23:20 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9hessian.lite=E4=B8=BAhessian-?= =?UTF-8?q?lite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@84 1a56cb94-b969-4eaa-88fa-be21384802f2 --- dubbo-common/pom.xml | 2 +- dubbo/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index 051ea01a40..0dd446ea3b 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -39,7 +39,7 @@ com.alibaba - hessian.lite + hessian-lite com.alibaba diff --git a/dubbo/pom.xml b/dubbo/pom.xml index 25042ae9ce..80ebf97c33 100644 --- a/dubbo/pom.xml +++ b/dubbo/pom.xml @@ -151,7 +151,7 @@ true - com.alibaba:hessian.lite + com.alibaba:hessian-lite com.alibaba:dubbo-common com.alibaba:dubbo-remoting com.alibaba:dubbo-remoting-netty diff --git a/pom.xml b/pom.xml index 415f11029c..05ea8cf2e6 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ com.alibaba - hessian.lite + hessian-lite ${hessian_lite_version}