Skip to content

Commit

Permalink
SCB-1086 enable the spring-boot-2 profile by default
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemJiang committed Dec 24, 2018
1 parent a4e9334 commit 0006999
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions acceptance-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 3 additions & 0 deletions demo/saga-dubbo-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0006999

Please sign in to comment.