Repository: incubator-sentry Updated Branches: refs/heads/master 890456b9c -> 6cb65f9f3
SENTRY-604: Clean duplicate dependencies in poms (Dapeng Sun via Lenni Kuff) Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/6cb65f9f Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/6cb65f9f Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/6cb65f9f Branch: refs/heads/master Commit: 6cb65f9f3bb282c2c0086649fbc7fe168972bf75 Parents: 890456b Author: Lenni Kuff <[email protected]> Authored: Fri Jan 9 15:06:43 2015 -0800 Committer: Lenni Kuff <[email protected]> Committed: Fri Jan 9 15:07:20 2015 -0800 ---------------------------------------------------------------------- pom.xml | 5 ----- sentry-provider/sentry-provider-db/pom.xml | 4 ---- sentry-tests/sentry-tests-hive/pom.xml | 6 ------ 3 files changed, 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6cb65f9f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fa88493..60a9f4a 100644 --- a/pom.xml +++ b/pom.xml @@ -234,11 +234,6 @@ limitations under the License. </dependency> <dependency> <groupId>org.apache.solr</groupId> - <artifactId>solr-test-framework</artifactId> - <version>${solr.version}</version> - </dependency> - <dependency> - <groupId>org.apache.solr</groupId> <artifactId>solr-solrj</artifactId> <version>${solr.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6cb65f9f/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 b9208ed..6116cd5 100644 --- a/sentry-provider/sentry-provider-db/pom.xml +++ b/sentry-provider/sentry-provider-db/pom.xml @@ -89,10 +89,6 @@ limitations under the License. </dependency> <dependency> <groupId>org.apache.sentry</groupId> - <artifactId>sentry-core-model-search</artifactId> - </dependency> - <dependency> - <groupId>org.apache.sentry</groupId> <artifactId>sentry-provider-common</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/6cb65f9f/sentry-tests/sentry-tests-hive/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-tests/sentry-tests-hive/pom.xml b/sentry-tests/sentry-tests-hive/pom.xml index ed9c704..0f69381 100644 --- a/sentry-tests/sentry-tests-hive/pom.xml +++ b/sentry-tests/sentry-tests-hive/pom.xml @@ -182,12 +182,6 @@ limitations under the License. <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.zookeeper</groupId> - <artifactId>zookeeper</artifactId> - <version>${zookeeper.version}</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency>
