From 7b24e17c624a68f80b3c22bb25f8a651627416bc Mon Sep 17 00:00:00 2001 From: Josh Elser Date: Mon, 4 Jun 2018 19:19:52 -0400 Subject: [PATCH] HBASE-20681 Explicitly add dependency on hamcrest HBase ITs require junit which requires hamcrest. Hadoop recently stopped including hamcrest in their installation (and thus our inherited classpath), which means that we need to ship it. --- hbase-assembly/pom.xml | 6 ++++++ hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm | 2 +- pom.xml | 1 - 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml index 5da105b24e..ef7a083495 100644 --- a/hbase-assembly/pom.xml +++ b/hbase-assembly/pom.xml @@ -195,6 +195,12 @@ hbase-it test-jar + + + org.hamcrest + hamcrest-core + org.apache.hbase hbase-server diff --git a/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm b/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm index 05893a63ef..d64a7be3c1 100644 --- a/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm +++ b/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm @@ -1338,7 +1338,7 @@ You can redistribute it and/or modify it under either the terms of the ## license mentions. ## ## See this FAQ link for justifications: https://www.apache.org/legal/resolved.html -#set($non_aggregate_fine = [ 'Public Domain', 'New BSD license', 'BSD license', 'BSD', 'BSD 2-Clause license', 'Mozilla Public License Version 1.1', 'Mozilla Public License Version 2.0', 'Creative Commons Attribution License, Version 2.5' ]) +#set($non_aggregate_fine = [ 'Public Domain', 'New BSD License', 'New BSD license', 'BSD license', 'BSD', 'BSD 2-Clause license', 'Mozilla Public License Version 1.1', 'Mozilla Public License Version 2.0', 'Creative Commons Attribution License, Version 2.5' ]) ## include LICENSE sections for anything not under ASL2.0 #foreach( ${dep} in ${projects} ) ## if there are no licenses we'll fail the build later, so diff --git a/pom.xml b/pom.xml index ed7a1722ba..bad3bb5692 100755 --- a/pom.xml +++ b/pom.xml @@ -2111,7 +2111,6 @@ org.hamcrest hamcrest-core ${hamcrest.version} - test org.mockito -- 2.16.3