Repository: incubator-sentry
Updated Branches:
  refs/heads/master aca4d0e9c -> a661c1828


SENTRY-832: Clean dependences of sentry-provider-db (Dapeng Sun, reviewed by 
Colin Ma)


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

Branch: refs/heads/master
Commit: a661c182879dcabdb05366d1125c1d5c7fa56a5c
Parents: aca4d0e
Author: Sun Dapeng <s...@apache.org>
Authored: Thu Dec 31 09:03:20 2015 +0800
Committer: Sun Dapeng <s...@apache.org>
Committed: Thu Dec 31 09:03:20 2015 +0800

----------------------------------------------------------------------
 sentry-provider/sentry-provider-db/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/a661c182/sentry-provider/sentry-provider-db/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-provider/sentry-provider-db/pom.xml 
b/sentry-provider/sentry-provider-db/pom.xml
index a1aca0c..7514a7c 100644
--- a/sentry-provider/sentry-provider-db/pom.xml
+++ b/sentry-provider/sentry-provider-db/pom.xml
@@ -101,10 +101,6 @@ limitations under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.hive</groupId>
-      <artifactId>hive-exec</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.hive</groupId>
       <artifactId>hive-shims</artifactId>
       <scope>provided</scope>
     </dependency>
@@ -175,11 +171,6 @@ limitations under the License.
       <artifactId>mockito-all</artifactId>
       <scope>test</scope>
     </dependency>
-      <dependency>
-        <groupId>org.apache.hive</groupId>
-        <artifactId>hive-metastore</artifactId>
-        <version>${hive.version}</version>
-      </dependency>
     <dependency>
       <groupId>org.apache.curator</groupId>
       <artifactId>curator-recipes</artifactId>

Reply via email to