This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
webtester-support-hamcrest Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 265265 </dependency >
266266 <dependency >
267267 <groupId >org.hamcrest</groupId >
268- <artifactId >hamcrest-all </artifactId >
268+ <artifactId >hamcrest</artifactId >
269269 <version >${version.hamcrest} </version >
270270 </dependency >
271271 <dependency >
Original file line number Diff line number Diff line change 6666 <artifactId >kotlin-stdlib-jdk8</artifactId >
6767 <version >${version.kotlin} </version >
6868 </dependency >
69+ <dependency >
70+ <groupId >org.jetbrains.kotlin</groupId >
71+ <artifactId >kotlin-stdlib</artifactId >
72+ <version >${version.kotlin} </version >
73+ </dependency >
6974 <dependency >
7075 <groupId >org.jetbrains.kotlin</groupId >
7176 <artifactId >kotlin-reflect</artifactId >
Original file line number Diff line number Diff line change 3535 provide their own version of the hamcrest dependency and not be forced
3636 to inherit this one! -->
3737 <groupId >org.hamcrest</groupId >
38- <artifactId >hamcrest-all </artifactId >
38+ <artifactId >hamcrest</artifactId >
3939 <scope >provided</scope >
4040 </dependency >
4141 <dependency >
You can’t perform that action at this time.
0 commit comments