File tree Expand file tree Collapse file tree
core-java-collections-maps-4 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 <version >${assertj.version} </version >
2424 <scope >test</scope >
2525 </dependency >
26- <dependency >
27- <groupId >org.junit.jupiter</groupId >
28- <artifactId >junit-jupiter-engine</artifactId >
29- <version >${junit-jupiter.version} </version >
30- <scope >test</scope >
31- </dependency >
32- <dependency >
33- <groupId >org.junit.jupiter</groupId >
34- <artifactId >junit-jupiter-api</artifactId >
35- <version >${junit-jupiter.version} </version >
36- <scope >test</scope >
37- </dependency >
3826 </dependencies >
3927
4028 <build >
Original file line number Diff line number Diff line change 2525 <dependency >
2626 <groupId >junit</groupId >
2727 <artifactId >junit</artifactId >
28- <version >4.12 </version >
28+ <version >${junit.version} </version >
2929 <scope >test</scope >
3030 </dependency >
3131 <dependency >
3232 <groupId >org.hamcrest</groupId >
3333 <artifactId >hamcrest-all</artifactId >
34- <version >1.3 </version >
34+ <version >${hamcrest-all.version} </version >
3535 <scope >test</scope >
3636 </dependency >
3737 </dependencies >
You can’t perform that action at this time.
0 commit comments