Shade commons-pool and commons-jocl library in kylin-job jar

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

Branch: refs/heads/2.2.x
Commit: e49fcaf52a97656c5198e50c0591e0ede437c26c
Parents: d79660c
Author: nichunen <chunen...@kyligence.io>
Authored: Tue Oct 24 21:34:40 2017 +0800
Committer: nichunen <chunen...@kyligence.io>
Committed: Tue Oct 24 21:34:40 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/e49fcaf5/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 63c4d1c..4145c4e 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -212,6 +212,14 @@
                                     <pattern>org.apache.commons.dbcp</pattern>
                                     
<shadedPattern>${shadeBase}.org.apache.commons.dbcp</shadedPattern>
                                 </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.pool</pattern>
+                                    
<shadedPattern>${shadeBase}.org.apache.commons.pool</shadedPattern>
+                                </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.jocl</pattern>
+                                    
<shadedPattern>${shadeBase}.org.apache.commons.jocl</shadedPattern>
+                                </relocation>
                             </relocations>
                             <filters>
                                 <filter>

Reply via email to