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
commit 1f2baf0e15b5e31e4c0bdf8b087a810dc281fdac Author: jeho0815 <[email protected]> AuthorDate: Mon Jan 29 10:09:08 2018 +0800 SCB-315 add common AddressResover configuration to foundation-vertx, and use it in service-registry and config-cc to support dynamic config by user --- .../springmvc-server/src/main/resources/microservice.yaml | 2 +- service-registry/pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/demo/demo-springmvc/springmvc-server/src/main/resources/microservice.yaml b/demo/demo-springmvc/springmvc-server/src/main/resources/microservice.yaml index bcb0252..d7a69d8 100644 --- a/demo/demo-springmvc/springmvc-server/src/main/resources/microservice.yaml +++ b/demo/demo-springmvc/springmvc-server/src/main/resources/microservice.yaml @@ -72,4 +72,4 @@ ssl.keyStore: server.p12 ssl.keyStoreType: PKCS12 ssl.keyStoreValue: Changeme_123 ssl.crl: revoke.crl -ssl.sslCustomClass: org.apache.servicecomb.demo.DemoSSLCustom \ No newline at end of file +ssl.sslCustomClass: org.apache.servicecomb.demo.DemoSSLCustom diff --git a/service-registry/pom.xml b/service-registry/pom.xml index ae5895f..306dddd 100644 --- a/service-registry/pom.xml +++ b/service-registry/pom.xml @@ -22,6 +22,7 @@ <groupId>org.apache.servicecomb</groupId> <artifactId>java-chassis-parent</artifactId> <version>0.6.0-SNAPSHOT</version> + <relativePath>../parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> -- To stop receiving notification emails like this one, please contact [email protected].
