You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by bi...@apache.org on 2017/02/19 03:42:11 UTC

kylin git commit: KYLIN-2428 fix commons-lang3 shade in tool assembly

Repository: kylin
Updated Branches:
  refs/heads/master 4f9400108 -> 385d8011a


KYLIN-2428 fix commons-lang3 shade in tool assembly


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

Branch: refs/heads/master
Commit: 385d8011a97fdb66cf921933881d3f3e690d75f6
Parents: 4f94001
Author: Billy Liu <bi...@apache.org>
Authored: Sun Feb 19 11:41:58 2017 +0800
Committer: Billy Liu <bi...@apache.org>
Committed: Sun Feb 19 11:41:58 2017 +0800

----------------------------------------------------------------------
 tool-assembly/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/385d8011/tool-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/tool-assembly/pom.xml b/tool-assembly/pom.xml
index 67d92d4..126c0bc 100644
--- a/tool-assembly/pom.xml
+++ b/tool-assembly/pom.xml
@@ -59,6 +59,10 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
             <scope>compile</scope>
@@ -93,6 +97,7 @@
                                     <include>log4j:log4j</include>
                                     <include>commons-io:commons-io</include>
                                     <include>commons-lang:commons-lang</include>
+                                    <include>org.apache.commons:commons-lang3</include>
                                     <include>com.google.guava:guava</include>
                                     <include>org.apache.kylin:*</include>
                                 </includes>