You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/08/07 02:30:32 UTC

[incubator-servicecomb-saga] 01/02: SCB-806 Enable the spring-boot-2 profile in alpha-server

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 <ji...@huawei.com>
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>