This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch MSHARED-1267 in repository https://gitbox.apache.org/repos/asf/maven-file-management.git
commit 5c5a8fcf4237fbf9472a152f53f497601172e259 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Jun 11 10:05:15 2023 -0400 fix JUnit dependencies --- 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>
