Skip to content

Commit

Permalink
fix hessian-lite dependency problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Jun 8, 2018
1 parent cc8ef22 commit 623dfa2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dubbo-samples-rest/pom.xml
Expand Up @@ -31,6 +31,11 @@
<artifactId>dubbo-samples-rest</artifactId>

<dependencies>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian-lite</artifactId>
<version>3.2.3</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
Expand Down Expand Up @@ -69,4 +74,4 @@
</dependencies>


</project>
</project>

0 comments on commit 623dfa2

Please sign in to comment.