This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
The following commit(s) were added to refs/heads/master by this push:
new 84f8d3b Cleanup junit dependencies
84f8d3b is described below
commit 84f8d3bca05fa2eb2361dc389c806c8a6bb270c9
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Feb 4 23:11:37 2024 +0100
Cleanup junit dependencies
---
pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 33aea84..fd4a0b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,12 @@
-->
<dependency>
<groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter</artifactId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<dependency>