Skip to content

Commit

Permalink
SCB-382 change docker-maven-plugin dependsOn setting for better compa…
Browse files Browse the repository at this point in the history
…tibility (#584)

Signed-off-by: zhengyangyong <yangyong.zheng@huawei.com>
  • Loading branch information
zhengyangyong authored and WillemJiang committed Mar 13, 2018
1 parent 0c2e8d5 commit dab580c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/docker-run-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<port>8080:8080</port>
</ports>
<dependsOn>
<dependsOn>service-center</dependsOn>
<container>service-center</container>
</dependsOn>
</run>
</image>
Expand Down
4 changes: 3 additions & 1 deletion integration-tests/dynamic-config-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit dab580c

Please sign in to comment.