This is an automated email from the ASF dual-hosted git repository. hyunkun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push: new 55dd024 Fix failed dubbo-samples-http test (#116) 55dd024 is described below commit 55dd0246673f1ac59993dc4a4883a8d2e1784d1e Author: Huang YunKun <hty...@gmail.com> AuthorDate: Mon Sep 2 14:11:17 2019 +0800 Fix failed dubbo-samples-http test (#116) --- dubbo-samples-http/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dubbo-samples-http/pom.xml b/dubbo-samples-http/pom.xml index 42567f1..b5ea9b0 100644 --- a/dubbo-samples-http/pom.xml +++ b/dubbo-samples-http/pom.xml @@ -98,6 +98,12 @@ </dependency> <dependency> + <groupId>com.github.briandilley.jsonrpc4j</groupId> + <artifactId>jsonrpc4j</artifactId> + <version>1.2.0</version> + </dependency> + + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org