This is an automated email from the ASF dual-hosted git repository.
ningjiang pushed a commit to branch SCB-852
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git
The following commit(s) were added to refs/heads/SCB-852 by this push:
new 02950ca SCB-852 Fixed the build error by adding saga-core-akka module
02950ca is described below
commit 02950ca271c6df74b39b3319118bd27319e3835e
Author: Willem Jiang <[email protected]>
AuthorDate: Mon Aug 20 08:40:02 2018 +0800
SCB-852 Fixed the build error by adding saga-core-akka module
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 542fb1c..83e5366 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,7 @@
<modules>
<module>saga-core</module>
+ <module>saga-core-akka</module>
<module>transports</module>
<module>saga-spring</module>
<module>docker-build-config</module>