You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ni...@apache.org on 2020/02/06 07:33:47 UTC

[kylin] 08/12: KYLIN-4244: add com.tdunning shade in tool assembly

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

nic pushed a commit to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit f4f952067171a7d865564179ac33565ff9d32a04
Author: Zhou Kang <zh...@xiaomi.com>
AuthorDate: Thu Nov 7 18:21:07 2019 +0800

    KYLIN-4244: add com.tdunning shade in tool assembly
---
 tool-assembly/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tool-assembly/pom.xml b/tool-assembly/pom.xml
index 3510aaa..d88855e 100644
--- a/tool-assembly/pom.xml
+++ b/tool-assembly/pom.xml
@@ -105,6 +105,7 @@
                                     <include>org.springframework.security:spring-security-acl</include>
                                     <include>org.springframework:spring-core</include>
                                     <include>com.fasterxml.jackson*:*</include>
+                                    <include>com.tdunning*:*</include>
                                 </includes>
                             </artifactSet>
                             <relocations>
@@ -132,6 +133,10 @@
                                     <pattern>com.fasterxml.jackson</pattern>
                                     <shadedPattern>${shadeBase}.com.fasterxml.jackson</shadedPattern>
                                 </relocation>
+                                <relocation>
+                                    <pattern>com.tdunning</pattern>
+                                    <shadedPattern>${shadeBase}.com.tdunning</shadedPattern>
+                                </relocation>
                             </relocations>
                             <filters>
                                 <filter>