This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git
commit 562a0c53a5019cf461933340e5aba61186bb1ac5 Author: CMonkey <[email protected]> AuthorDate: Tue Aug 13 11:44:48 2019 +0800 SCB-1418 add alpha-fsm-channel-kafka dependency to alpha-fsm --- alpha/alpha-fsm/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alpha/alpha-fsm/pom.xml b/alpha/alpha-fsm/pom.xml index 4ec848b..ed56e4a 100644 --- a/alpha/alpha-fsm/pom.xml +++ b/alpha/alpha-fsm/pom.xml @@ -71,7 +71,10 @@ <groupId>org.apache.servicecomb.pack</groupId> <artifactId>alpha-fsm-channel-redis</artifactId> </dependency> - + <dependency> + <groupId>org.apache.servicecomb.pack</groupId> + <artifactId>alpha-fsm-channel-kafka</artifactId> + </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-elasticsearch</artifactId>
