This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a0a17c  cleanup a couple more dependency glitches (#96)
2a0a17c is described below

commit 2a0a17c8cc273c0aa63d181ce1968fa2dcedf21f
Author: Elliotte Rusty Harold <elh...@users.noreply.github.com>
AuthorDate: Sun Mar 12 07:40:49 2023 -0400

    cleanup a couple more dependency glitches (#96)
---
 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>

Reply via email to