We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58a251 commit 0703ea1Copy full SHA for 0703ea1
pom.xml
@@ -32,6 +32,12 @@
32
</repository>
33
</distributionManagement>
34
<dependencies>
35
+ <dependency>
36
+ <groupId>org.junit.jupiter</groupId>
37
+ <artifactId>junit-jupiter-params</artifactId>
38
+ <version>5.10.0</version>
39
+ <scope>test</scope>
40
+ </dependency>
41
<dependency>
42
<groupId>org.processing</groupId>
43
<artifactId>core</artifactId>
0 commit comments