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-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new dab580c  SCB-382 change docker-maven-plugin dependsOn setting for 
better compatibility (#584)
dab580c is described below

commit dab580c2f0b3f8b037bfaf4f1e5af19d1cf98043
Author: zhengyangyong <yangyong.zh...@huawei.com>
AuthorDate: Tue Mar 13 15:50:22 2018 +0800

    SCB-382 change docker-maven-plugin dependsOn setting for better 
compatibility (#584)
    
    Signed-off-by: zhengyangyong <yangyong.zh...@huawei.com>
---
 demo/docker-run-config/pom.xml                 | 2 +-
 integration-tests/dynamic-config-tests/pom.xml | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/demo/docker-run-config/pom.xml b/demo/docker-run-config/pom.xml
index ad6192b..b806efe 100644
--- a/demo/docker-run-config/pom.xml
+++ b/demo/docker-run-config/pom.xml
@@ -89,7 +89,7 @@
                                         <port>8080:8080</port>
                                     </ports>
                                     <dependsOn>
-                                        <dependsOn>service-center</dependsOn>
+                                        <container>service-center</container>
                                     </dependsOn>
                                 </run>
                             </image>
diff --git a/integration-tests/dynamic-config-tests/pom.xml 
b/integration-tests/dynamic-config-tests/pom.xml
index 14d1469..18f4f78 100644
--- a/integration-tests/dynamic-config-tests/pom.xml
+++ b/integration-tests/dynamic-config-tests/pom.xml
@@ -99,7 +99,9 @@
                       <port>apollo.config:8080</port>
                       <port>apollo.portal:8070</port>
                     </ports>
-                    <dependsOn>mysql</dependsOn>
+                    <dependsOn>
+                      <container>mysql</container>
+                    </dependsOn>
                   </run>
                 </image>
               </images>

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.

Reply via email to