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 b1c3fb9b0b36315d441d95d3fadb11a9f56fdc92
Author: Willem Jiang <jiangni...@huawei.com>
AuthorDate: Thu Jul 26 21:57:09 2018 +0800

    SCB-692 Fixed the build error with Spring-Boot-2
---
 saga-demo/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/saga-demo/pom.xml b/saga-demo/pom.xml
index d61e001..cff708a 100644
--- a/saga-demo/pom.xml
+++ b/saga-demo/pom.xml
@@ -131,7 +131,7 @@
         <dependency>
           <groupId>org.apache.logging.log4j</groupId>
           <artifactId>log4j-core</artifactId>
-          <version>2.6.2</version>
+          <version>${log4j.version}</version>
         </dependency>
         <dependency>
           <groupId>com.lmax</groupId>

Reply via email to