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 831abbcc2b1df1be45a372ccbd032ee63fceb99f Author: CMonkey <[email protected]> AuthorDate: Fri Jul 5 15:57:49 2019 +0800 add omega-spring-cloud-nacos-starter dependency to demo/saga-spring-demo --- demo/saga-spring-demo/booking/pom.xml | 4 ++++ demo/saga-spring-demo/car/pom.xml | 4 ++++ demo/saga-spring-demo/hotel/pom.xml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/demo/saga-spring-demo/booking/pom.xml b/demo/saga-spring-demo/booking/pom.xml index a4d7175..54025c8 100644 --- a/demo/saga-spring-demo/booking/pom.xml +++ b/demo/saga-spring-demo/booking/pom.xml @@ -52,6 +52,10 @@ <groupId>org.apache.servicecomb.pack</groupId> <artifactId>omega-spring-cloud-zookeeper-starter</artifactId> </dependency> + <dependency> + <groupId>org.apache.servicecomb.pack</groupId> + <artifactId>omega-spring-cloud-nacos-starter</artifactId> + </dependency> </dependencies> <build> diff --git a/demo/saga-spring-demo/car/pom.xml b/demo/saga-spring-demo/car/pom.xml index cf1b218..fe49242 100644 --- a/demo/saga-spring-demo/car/pom.xml +++ b/demo/saga-spring-demo/car/pom.xml @@ -52,6 +52,10 @@ <groupId>org.apache.servicecomb.pack</groupId> <artifactId>omega-spring-cloud-zookeeper-starter</artifactId> </dependency> + <dependency> + <groupId>org.apache.servicecomb.pack</groupId> + <artifactId>omega-spring-cloud-nacos-starter</artifactId> + </dependency> </dependencies> <build> diff --git a/demo/saga-spring-demo/hotel/pom.xml b/demo/saga-spring-demo/hotel/pom.xml index 610cf0c..039d84a 100644 --- a/demo/saga-spring-demo/hotel/pom.xml +++ b/demo/saga-spring-demo/hotel/pom.xml @@ -52,6 +52,10 @@ <groupId>org.apache.servicecomb.pack</groupId> <artifactId>omega-spring-cloud-zookeeper-starter</artifactId> </dependency> + <dependency> + <groupId>org.apache.servicecomb.pack</groupId> + <artifactId>omega-spring-cloud-nacos-starter</artifactId> + </dependency> </dependencies> <build>
