You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by se...@apache.org on 2018/01/08 08:47:11 UTC

[incubator-servicecomb-saga] branch SCB-168_load_balance updated: SCB-168 removed default logging from spring boot

This is an automated email from the ASF dual-hosted git repository.

seanyinx pushed a commit to branch SCB-168_load_balance
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git


The following commit(s) were added to refs/heads/SCB-168_load_balance by this push:
     new 4dc87b0  SCB-168 removed default logging from spring boot
4dc87b0 is described below

commit 4dc87b0f4d2a1e172ac683a887b13d705d4dac10
Author: seanyinx <se...@huawei.com>
AuthorDate: Mon Jan 8 16:47:02 2018 +0800

    SCB-168 removed default logging from spring boot
    
    Signed-off-by: seanyinx <se...@huawei.com>
---
 omega/omega-spring-tx/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/omega/omega-spring-tx/pom.xml b/omega/omega-spring-tx/pom.xml
index 022f0ba..2279067 100644
--- a/omega/omega-spring-tx/pom.xml
+++ b/omega/omega-spring-tx/pom.xml
@@ -31,6 +31,12 @@
     <dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.servicecomb.saga</groupId>

-- 
To stop receiving notification emails like this one, please contact
['"commits@servicecomb.apache.org" <co...@servicecomb.apache.org>'].