Skip to content

Commit b38edd0

Browse files
committed
java: Use junit-jupiter aggregator module
1 parent 33aa76b commit b38edd0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

java/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,7 @@
107107

108108
<dependency>
109109
<groupId>org.junit.jupiter</groupId>
110-
<artifactId>junit-jupiter-engine</artifactId>
111-
<scope>test</scope>
112-
</dependency>
113-
114-
<dependency>
115-
<groupId>org.junit.jupiter</groupId>
116-
<artifactId>junit-jupiter-params</artifactId>
110+
<artifactId>junit-jupiter</artifactId>
117111
<scope>test</scope>
118112
</dependency>
119113
</dependencies>

0 commit comments

Comments
 (0)