Skip to content

Commit 84f8d3b

Browse files
committed
Cleanup junit dependencies
1 parent ee74721 commit 84f8d3b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,12 @@
100100
-->
101101
<dependency>
102102
<groupId>org.junit.jupiter</groupId>
103-
<artifactId>junit-jupiter</artifactId>
103+
<artifactId>junit-jupiter-api</artifactId>
104+
<scope>test</scope>
105+
</dependency>
106+
<dependency>
107+
<groupId>org.junit.jupiter</groupId>
108+
<artifactId>junit-jupiter-params</artifactId>
104109
<scope>test</scope>
105110
</dependency>
106111
<dependency>

0 commit comments

Comments
 (0)