You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/09/23 15:48:16 UTC

kylin git commit: fix CI, remove conflicting httpclient from job jar

Repository: kylin
Updated Branches:
  refs/heads/master 72005ea5b -> 65afee782


fix CI, remove conflicting httpclient from job jar


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

Branch: refs/heads/master
Commit: 65afee78287186557975e57aca3843689195e1a0
Parents: 72005ea
Author: Yang Li <li...@apache.org>
Authored: Fri Sep 23 23:47:24 2016 +0800
Committer: Yang Li <li...@apache.org>
Committed: Fri Sep 23 23:47:24 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/65afee78/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index c7bde96..0c80afc 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -180,6 +180,7 @@
                                     <exclude>io.netty:*</exclude>
                                     <exclude>org.apache.zookeeper:*</exclude>
                                     <exclude>net.sf.ehcache:*</exclude>
+                                    <exclude>org.apache.httpcomponents:*</exclude>
                                 </excludes>
                             </artifactSet>
                             <filters>