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 2016/08/21 02:44:54 UTC

kylin git commit: KYLIN-1963 change log lib scope to provided, they ARE needed at runtime

Repository: kylin
Updated Branches:
  refs/heads/master 889c544ad -> c9f576eaf


KYLIN-1963 change log lib scope to provided, they ARE needed at runtime


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

Branch: refs/heads/master
Commit: c9f576eaf50d893434eade4b5fd6bb69446fc6b9
Parents: 889c544
Author: Yang Li <li...@apache.org>
Authored: Sun Aug 21 10:44:34 2016 +0800
Committer: Yang Li <li...@apache.org>
Committed: Sun Aug 21 10:44:34 2016 +0800

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/c9f576ea/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a1f4f42..0a82bf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -543,13 +543,13 @@
                 <groupId>log4j</groupId>
                 <artifactId>log4j</artifactId>
                 <version>${log4j.version}</version>
-                <scope>test</scope>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-log4j12</artifactId>
                 <version>${slf4j.version}</version>
-                <scope>test</scope>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
@@ -773,12 +773,12 @@
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
-            <scope>test</scope>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
-            <scope>test</scope>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>