Repository: incubator-tamaya Updated Branches: refs/heads/master 92b22bdba -> 9ee0249c0
TAMAYA-318: Fix build warning Because of double dependency. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/9ee0249c Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/9ee0249c Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/9ee0249c Branch: refs/heads/master Commit: 9ee0249c0e5258f1d6012a9f985665853823cdbb Parents: 92b22bd Author: Phil Ottlinger <[email protected]> Authored: Fri Nov 17 21:26:59 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Fri Nov 17 21:26:59 2017 +0100 ---------------------------------------------------------------------- code/spi-support/pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/9ee0249c/code/spi-support/pom.xml ---------------------------------------------------------------------- diff --git a/code/spi-support/pom.xml b/code/spi-support/pom.xml index 1221fd3..4135834 100644 --- a/code/spi-support/pom.xml +++ b/code/spi-support/pom.xml @@ -61,10 +61,6 @@ under the License. <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>java-hamcrest</artifactId> - </dependency> </dependencies> <build>
