You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/08/14 11:40:58 UTC

[servicecomb-pack] 02/21: SCB-1418 add alpha-fsm-channel-kafka module to alpha

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 10bbf744f9caeecee7d4fc1fbee52654d4a78fd4
Author: CMonkey <42...@gmail.com>
AuthorDate: Tue Aug 13 11:44:18 2019 +0800

    SCB-1418 add alpha-fsm-channel-kafka module to alpha
---
 alpha/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/alpha/pom.xml b/alpha/pom.xml
index 66e1660..7552ade 100644
--- a/alpha/pom.xml
+++ b/alpha/pom.xml
@@ -34,6 +34,7 @@
     <module>alpha-core</module>
     <module>alpha-fsm</module>
     <module>alpha-fsm-channel-redis</module>
+    <module>alpha-fsm-channel-kafka</module>
     <module>alpha-benchmark</module>
     <module>alpha-spring-cloud-starter-eureka</module>
     <module>alpha-spring-cloud-starter-consul</module>