Repository: sentry Updated Branches: refs/heads/sentry-ha-redesign 3112d2b61 -> a656d39f0
SENTRY-1850 - Duplicate dependency in the sentry-binding-hive pom - Reviewed by Na Li. Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/a656d39f Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/a656d39f Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/a656d39f Branch: refs/heads/sentry-ha-redesign Commit: a656d39f0df03d22145db04ae593bf7474da3fd8 Parents: 3112d2b Author: Colm O hEigeartaigh <[email protected]> Authored: Mon Jul 17 17:57:43 2017 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Mon Jul 17 17:57:43 2017 +0100 ---------------------------------------------------------------------- sentry-binding/sentry-binding-hive/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/a656d39f/sentry-binding/sentry-binding-hive/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-binding/sentry-binding-hive/pom.xml b/sentry-binding/sentry-binding-hive/pom.xml index f7a889a..02c8ac1 100644 --- a/sentry-binding/sentry-binding-hive/pom.xml +++ b/sentry-binding/sentry-binding-hive/pom.xml @@ -116,11 +116,6 @@ limitations under the License. <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> - <!-- required for SentryGrantRevokeTask --> - <dependency> - <groupId>org.apache.sentry</groupId> - <artifactId>sentry-provider-db</artifactId> - </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-minicluster</artifactId>
