Repository: incubator-sentry Updated Branches: refs/heads/master 8a7b62194 -> 8624435bc
SENTRY-973: Bump hamcrest version (Colm O hEigeartaigh via Lenni Kuff) Change-Id: I5865c315632cbca20ed9b625963a29ba330563b1 Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/8624435b Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/8624435b Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/8624435b Branch: refs/heads/master Commit: 8624435bc7a968b74a568b7fe5b2e77744863dfe Parents: 8a7b621 Author: Lenni Kuff <lsk...@cloudera.com> Authored: Sun Dec 13 00:05:08 2015 -0800 Committer: Lenni Kuff <lsk...@cloudera.com> Committed: Sun Dec 13 00:05:08 2015 -0800 ---------------------------------------------------------------------- pom.xml | 6 ++++++ sentry-tests/sentry-tests-hive/pom.xml | 1 - sentry-tests/sentry-tests-sqoop/pom.xml | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/8624435b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ec7b347..9495286 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,7 @@ limitations under the License. <hive.version>1.1.0</hive.version> <hive-v2.version>1.3.0-SNAPSHOT</hive-v2.version> <hadoop.version>2.6.0</hadoop.version> + <hamcrest.version>1.3</hamcrest.version> <fest.reflect.version>1.4.1</fest.reflect.version> <guava.version>11.0.2</guava.version> <junit.version>4.9</junit.version> @@ -584,6 +585,11 @@ limitations under the License. <artifactId>test</artifactId> <version>${sqoop.version}</version> </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-all</artifactId> + <version>${hamcrest.version}</version> + </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/8624435b/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 5194e5d..98e4752 100644 --- a/sentry-tests/sentry-tests-hive/pom.xml +++ b/sentry-tests/sentry-tests-hive/pom.xml @@ -245,7 +245,6 @@ limitations under the License. <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <scope>test</scope> - <version>1.3</version> </dependency> <dependency> <groupId>org.apache.curator</groupId> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/8624435b/sentry-tests/sentry-tests-sqoop/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-tests/sentry-tests-sqoop/pom.xml b/sentry-tests/sentry-tests-sqoop/pom.xml index df18680..3989ced 100644 --- a/sentry-tests/sentry-tests-sqoop/pom.xml +++ b/sentry-tests/sentry-tests-sqoop/pom.xml @@ -37,7 +37,6 @@ limitations under the License. <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.16</version> </dependency> <dependency> <groupId>org.apache.sqoop</groupId>