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/incubator-servicecomb-saga.git
commit bd1277ba12611c7f436a6a44638e3ae7123ca345 Author: seanyinx <[email protected]> AuthorDate: Sat Jan 20 08:44:10 2018 +0800 SCB-218 included alpha core for coverage report Signed-off-by: seanyinx <[email protected]> --- integration-tests/coverage-aggregate/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integration-tests/coverage-aggregate/pom.xml b/integration-tests/coverage-aggregate/pom.xml index e599f09..a156600 100644 --- a/integration-tests/coverage-aggregate/pom.xml +++ b/integration-tests/coverage-aggregate/pom.xml @@ -75,6 +75,10 @@ </dependency> <dependency> <groupId>org.apache.servicecomb.saga</groupId> + <artifactId>alpha-core</artifactId> + </dependency> + <dependency> + <groupId>org.apache.servicecomb.saga</groupId> <artifactId>alpha-server</artifactId> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
