Repository: kylin
Updated Branches:
  refs/heads/master-hbase0.98 363108f01 -> 0bcd399b0 (forced update)


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-hbase0.98
Commit: 385d8011a97fdb66cf921933881d3f3e690d75f6
Parents: 4f94001
Author: Billy Liu <billy...@apache.org>
Authored: Sun Feb 19 11:41:58 2017 +0800
Committer: Billy Liu <billy...@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>

Reply via email to