mirror of https://github.com/icedland/iced.git
Add Java `junit-jupiter-params` dep
This commit is contained in:
parent
068f83d3ef
commit
acd944d70f
|
@ -48,6 +48,12 @@
|
|||
<version>5.9.0-M1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-params</artifactId>
|
||||
<version>5.9.0-M1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue