This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch MNG-4660 in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
commit e8e95ac38d07199bc22948d2038c3ecad79b2db1 Author: Maarten Mulders <[email protected]> AuthorDate: Tue Apr 7 14:14:41 2020 +0200 Add dependency on full Hamcrest package --- core-it-suite/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core-it-suite/pom.xml b/core-it-suite/pom.xml index 1830219..2850f66 100644 --- a/core-it-suite/pom.xml +++ b/core-it-suite/pom.xml @@ -92,6 +92,12 @@ under the License. <!-- NOTE: Use compile scope for transitivity. --> </dependency> <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-all</artifactId> + <version>1.3</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> <version>1.5.8</version>
