File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 3333 <!-- Test dependencies -->
3434 <dependency >
3535 <groupId >org.hamcrest</groupId >
36- <artifactId >hamcrest-all</artifactId >
36+ <artifactId >hamcrest-library</artifactId >
37+ <scope >test</scope >
38+ </dependency >
39+ <dependency >
40+ <groupId >org.hamcrest</groupId >
41+ <artifactId >hamcrest-core</artifactId >
3742 <scope >test</scope >
3843 </dependency >
3944 <dependency >
Original file line number Diff line number Diff line change 4646 </dependency >
4747 <dependency >
4848 <groupId >org.hamcrest</groupId >
49- <artifactId >hamcrest-all</artifactId >
49+ <artifactId >hamcrest-library</artifactId >
50+ <scope >test</scope >
51+ </dependency >
52+ <dependency >
53+ <groupId >org.hamcrest</groupId >
54+ <artifactId >hamcrest-core</artifactId >
5055 <scope >test</scope >
5156 </dependency >
5257 <dependency >
Original file line number Diff line number Diff line change 4949 <!-- Test dependencies -->
5050 <dependency >
5151 <groupId >org.hamcrest</groupId >
52- <artifactId >hamcrest-all</artifactId >
52+ <artifactId >hamcrest-library</artifactId >
53+ <version >1.3</version >
54+ <scope >test</scope >
55+ </dependency >
56+ <dependency >
57+ <groupId >org.hamcrest</groupId >
58+ <artifactId >hamcrest-core</artifactId >
5359 <version >1.3</version >
5460 <scope >test</scope >
5561 </dependency >
You can’t perform that action at this time.
0 commit comments