This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch ham in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git
commit e2a474cb10ed457bd9eca960572494aeb3f7fcc6 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sat Mar 11 16:45:51 2023 -0500 cleanup a couple more dependency glitches --- maven-wrapper/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-wrapper/pom.xml b/maven-wrapper/pom.xml index d8446e7..032ef97 100644 --- a/maven-wrapper/pom.xml +++ b/maven-wrapper/pom.xml @@ -51,13 +51,13 @@ under the License. <dependencies> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> + <artifactId>hamcrest</artifactId> <version>2.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter</artifactId> + <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> <dependency>
