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 <[email protected]> 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>
