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/07/07 12:22:09 UTC

[servicecomb-pack] 11/24: add acceptance-pack-spring-demo-with-nacos module to acceptance-tests/pom.xml

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 32e9cb9b0c27a0773ef05e7a368a37b1b3d00455
Author: CMonkey <42...@gmail.com>
AuthorDate: Fri Jul 5 16:16:06 2019 +0800

    add acceptance-pack-spring-demo-with-nacos module to
    acceptance-tests/pom.xml
---
 acceptance-tests/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acceptance-tests/pom.xml b/acceptance-tests/pom.xml
index 14098ac..2a232eb 100644
--- a/acceptance-tests/pom.xml
+++ b/acceptance-tests/pom.xml
@@ -36,6 +36,7 @@
     <module>acceptance-pack-cluster-spring-demo</module>
     <module>acceptance-pack-spring-demo-with-consul</module>
     <module>acceptance-pack-spring-demo-with-zookeeper</module>
+    <module>acceptance-pack-spring-demo-with-nacos</module>
   </modules>
 
   <properties>