File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
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 >
5044 <dependency >
5145 <groupId >org.processing</groupId >
5246 <artifactId >core</artifactId >
6458 </dependency >
6559 <dependency >
6660 <groupId >org.junit.jupiter</groupId >
67- <artifactId >junit-jupiter-engine</artifactId >
68- <version >5.2.0</version >
69- <scope >test</scope >
61+ <artifactId >junit-jupiter</artifactId >
62+ <version >${junit-jupiter.version} </version >
7063 </dependency >
71- <dependency >
7264 <groupId >org.junit.platform</groupId >
7365 <artifactId >junit-platform-runner</artifactId >
7466 <version >1.2.0</version >
7567 <scope >test</scope >
7668 </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 >
8369 <dependency >
8470 <groupId >org.jacoco</groupId >
8571 <artifactId >jacoco-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments