You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/11/18 03:39:13 UTC

[19/30] incubator-kylin git commit: fix server/pom.xml to exclude log4j-over-slf4j

fix server/pom.xml to exclude log4j-over-slf4j


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/bf560389
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/bf560389
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/bf560389

Branch: refs/heads/1.x-HBase1.1.3
Commit: bf560389048086ccf23ccf822aff4caad3180fee
Parents: 819ebd6
Author: Li, Yang <ya...@ebay.com>
Authored: Fri Nov 13 10:19:43 2015 +0800
Committer: Li, Yang <ya...@ebay.com>
Committed: Fri Nov 13 10:19:43 2015 +0800

----------------------------------------------------------------------
 server/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/bf560389/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index 8a17435..d22f47e 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -108,6 +108,10 @@
                     <artifactId>spring-boot-starter-tomcat</artifactId>
                 </exclusion>
                 <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>log4j-over-slf4j</artifactId>
+                </exclusion>
+                <exclusion>
                     <groupId>ch.qos.logback</groupId>
                     <artifactId>logback-classic</artifactId>
                 </exclusion>