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/servicecomb-pack.git
The following commit(s) were added to refs/heads/master by this push:
new 0006999 SCB-1086 enable the spring-boot-2 profile by default
0006999 is described below
commit 0006999f1755f39823624c8acbbe8a27eaa565a0
Author: Willem Jiang <[email protected]>
AuthorDate: Mon Dec 24 21:28:48 2018 +0800
SCB-1086 enable the spring-boot-2 profile by default
---
acceptance-tests/pom.xml | 3 +++
demo/saga-dubbo-demo/pom.xml | 3 +++
2 files changed, 6 insertions(+)
diff --git a/acceptance-tests/pom.xml b/acceptance-tests/pom.xml
index 146d244..f8dbb9d 100644
--- a/acceptance-tests/pom.xml
+++ b/acceptance-tests/pom.xml
@@ -103,6 +103,9 @@
</profile>
<profile>
<id>spring-boot-2</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<properties>
<info.service.uri>/actuator/info</info.service.uri>
</properties>
diff --git a/demo/saga-dubbo-demo/pom.xml b/demo/saga-dubbo-demo/pom.xml
index 7eccf91..e9a70d0 100644
--- a/demo/saga-dubbo-demo/pom.xml
+++ b/demo/saga-dubbo-demo/pom.xml
@@ -109,6 +109,9 @@
<profile>
<id>spring-boot-2</id>
<!-- Need to add the dependency of log4j jar to avoid no class found
error -->
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<dependencies>
<dependency>
<artifactId>log4j</artifactId>