修改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:
parent
3e3c6207b5
commit
7b81c7e43d
|
|
@ -39,7 +39,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>hessian.lite</artifactId>
|
||||
<artifactId>hessian-lite</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue