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-file-management.git


The following commit(s) were added to refs/heads/master by this push:
     new 198b7c0  fix JUnit dependencies (#25)
198b7c0 is described below

commit 198b7c07c2f9085a36515f1405d551ca10141a83
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Jun 11 14:25:49 2023 -0400

    fix JUnit dependencies (#25)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5ccd421..56f284a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
     <!-- Test -->
     <dependency>
       <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter</artifactId>
+      <artifactId>junit-jupiter-api</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to