You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2016/07/14 19:05:07 UTC

[10/18] incubator-impala git commit: IMPALA-3852: Remove Derby and Shiro FE dependencies

IMPALA-3852: Remove Derby and Shiro FE dependencies

Neither of these dependencies are apparently needed by the FE, and so
should be removed to make Impala's packages smaller.

Testing: Passed a clean data-load build and an exhaustive test run.

Change-Id: Ib337bf51150089d6441d1e63119e8598fd85efec
Reviewed-on: http://gerrit.cloudera.org:8080/3624
Reviewed-by: Alex Behm <al...@cloudera.com>
Tested-by: Internal Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/79641a87
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/79641a87
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/79641a87

Branch: refs/heads/master
Commit: 79641a873d2d12c2d8646349e58eff2ac0b1952d
Parents: 148c23a
Author: Henry Robinson <he...@cloudera.com>
Authored: Mon Jul 11 14:47:35 2016 -0700
Committer: Taras Bobrovytsky <ta...@apache.org>
Committed: Thu Jul 14 19:04:44 2016 +0000

----------------------------------------------------------------------
 fe/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/79641a87/fe/pom.xml
----------------------------------------------------------------------
diff --git a/fe/pom.xml b/fe/pom.xml
index a3c1385..e2be27c 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -184,12 +184,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.shiro</groupId>
-      <artifactId>shiro-core</artifactId>
-      <version>1.2.1</version>
-    </dependency>
-
-    <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
       <version>2.6</version>
@@ -232,12 +226,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derby</artifactId>
-      <version>10.4.2.0</version>
-    </dependency>
-
-    <dependency>
       <groupId>org.apache.hive</groupId>
       <artifactId>hive-hbase-handler</artifactId>
       <version>${hive.version}</version>