修改hessian.lite为hessian-lite

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@84 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
william.liangf 2011-10-27 11:23:20 +00:00
parent 3e3c6207b5
commit 7b81c7e43d
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian.lite</artifactId>
<artifactId>hessian-lite</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>

View File

@ -151,7 +151,7 @@
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<artifactSet>
<includes>
<include>com.alibaba:hessian.lite</include>
<include>com.alibaba:hessian-lite</include>
<include>com.alibaba:dubbo-common</include>
<include>com.alibaba:dubbo-remoting</include>
<include>com.alibaba:dubbo-remoting-netty</include>

View File

@ -112,7 +112,7 @@
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian.lite</artifactId>
<artifactId>hessian-lite</artifactId>
<version>${hessian_lite_version}</version>
</dependency>
<dependency>