You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2018/08/02 02:01:21 UTC

[kylin] branch 2.3.x updated: KYLIN-3461 metastore.sh refresh-cube-signature not updating cube signature as expected

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

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


The following commit(s) were added to refs/heads/2.3.x by this push:
     new 135442c  KYLIN-3461 metastore.sh refresh-cube-signature not updating cube signature as expected
135442c is described below

commit 135442ceec763cac0cd334e104f237ad54ccaf21
Author: GinaZhai <na...@kyligence.io>
AuthorDate: Wed Aug 1 18:24:56 2018 +0800

    KYLIN-3461 metastore.sh refresh-cube-signature not updating cube signature as expected
---
 tool-assembly/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tool-assembly/pom.xml b/tool-assembly/pom.xml
index 1947342..5e40bd5 100644
--- a/tool-assembly/pom.xml
+++ b/tool-assembly/pom.xml
@@ -104,6 +104,7 @@
                                     <include>org.springframework.security:spring-security-core</include>
                                     <include>org.springframework.security:spring-security-acl</include>
                                     <include>org.springframework:spring-core</include>
+                                    <include>com.fasterxml.jackson*:*</include>
                                 </includes>
                             </artifactSet>
                             <relocations>
@@ -127,6 +128,10 @@
                                     <pattern>org.apache.http</pattern>
                                     <shadedPattern>${shadeBase}.org.apache.http</shadedPattern>
                                 </relocation>
+                                <relocation>
+                                    <pattern>com.fasterxml.jackson</pattern>
+                                    <shadedPattern>${shadeBase}.com.fasterxml.jackson</shadedPattern>
+                                </relocation>
                             </relocations>
                             <filters>
                                 <filter>