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 2015/10/26 10:08:16 UTC

[30/45] incubator-kylin git commit: KYLIN-1059 Remove httpclient dependency in job pom to avoid the old commons-codec it derives

KYLIN-1059 Remove httpclient dependency in job pom to avoid the old commons-codec it derives


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

Branch: refs/heads/master
Commit: 18610e5a35381566de6be75d6f6196b716a6d2a2
Parents: 0711911
Author: Yang Li <li...@apache.org>
Authored: Tue Oct 6 15:20:25 2015 +0800
Committer: Yang Li <li...@apache.org>
Committed: Tue Oct 6 15:20:25 2015 +0800

----------------------------------------------------------------------
 job/pom.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/18610e5a/job/pom.xml
----------------------------------------------------------------------
diff --git a/job/pom.xml b/job/pom.xml
index 6df92ba..ba73760 100644
--- a/job/pom.xml
+++ b/job/pom.xml
@@ -81,10 +81,6 @@
             <artifactId>jackson-databind</artifactId>
         </dependency>
         <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-        </dependency>
-        <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>