Repository: wicket Updated Branches: refs/heads/wicket-6.x 8b4aaa05e -> 5d5af682d
WICKET-6236 honoring the javadoc by putting a wait only after the 10th failed attempt to delete a file Scope of Hamcrest must be 'test' (inherited). Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/5d5af682 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/5d5af682 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/5d5af682 Branch: refs/heads/wicket-6.x Commit: 5d5af682d061565dbcb8e443e96b515404da7297 Parents: 8b4aaa0 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Sep 5 21:46:23 2016 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Sep 5 21:46:23 2016 +0200 ---------------------------------------------------------------------- wicket-util/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/5d5af682/wicket-util/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml index 0084d86..0da1693 100755 --- a/wicket-util/pom.xml +++ b/wicket-util/pom.xml @@ -34,7 +34,6 @@ <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> - <scope>provided</scope> </dependency> </dependencies> <build>
