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-saga.git
commit 08b6c460d7db6a343974ec11590b56e3827fee5c Author: Willem Jiang <[email protected]> AuthorDate: Tue Aug 7 10:29:48 2018 +0800 SCB-806 Enable the spring-boot-2 profile in alpha-server --- alpha/alpha-server/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/alpha/alpha-server/pom.xml b/alpha/alpha-server/pom.xml index 26a75ac..c4916ee 100644 --- a/alpha/alpha-server/pom.xml +++ b/alpha/alpha-server/pom.xml @@ -199,5 +199,11 @@ </dependency> </dependencies> </profile> + <profile> + <id>spring-boot-2</id> + <properties> + <spring.boot.version>${spring.boot2.version}</spring.boot.version> + </properties> + </profile> </profiles> </project>
