File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 4141 </repository >
4242 </distributionManagement >
4343 <dependencies >
44+ <dependency >
45+ <groupId >org.junit.jupiter</groupId >
46+ <artifactId >junit-jupiter-params</artifactId >
47+ <version >5.10.0</version >
48+ <scope >test</scope >
49+ </dependency >
4450 <dependency >
4551 <groupId >org.processing</groupId >
4652 <artifactId >core</artifactId >
5864 </dependency >
5965 <dependency >
6066 <groupId >org.junit.jupiter</groupId >
61- <artifactId >junit-jupiter</artifactId >
62- <version >${junit-jupiter.version} </version >
67+ <artifactId >junit-jupiter-engine</artifactId >
68+ <version >5.2.0</version >
69+ <scope >test</scope >
6370 </dependency >
71+ <dependency >
6472 <groupId >org.junit.platform</groupId >
6573 <artifactId >junit-platform-runner</artifactId >
6674 <version >1.2.0</version >
6775 <scope >test</scope >
6876 </dependency >
77+ <dependency >
78+ <groupId >org.junit.jupiter</groupId >
79+ <artifactId >junit-jupiter-api</artifactId >
80+ <version >5.9.1</version >
81+ <scope >test</scope >
82+ </dependency >
6983 <dependency >
7084 <groupId >org.jacoco</groupId >
7185 <artifactId >jacoco-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments