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 265
265
</dependency >
266
266
<dependency >
267
267
<groupId >org.hamcrest</groupId >
268
- <artifactId >hamcrest-all </artifactId >
268
+ <artifactId >hamcrest</artifactId >
269
269
<version >${version.hamcrest} </version >
270
270
</dependency >
271
271
<dependency >
Original file line number Diff line number Diff line change 66
66
<artifactId >kotlin-stdlib-jdk8</artifactId >
67
67
<version >${version.kotlin} </version >
68
68
</dependency >
69
+ <dependency >
70
+ <groupId >org.jetbrains.kotlin</groupId >
71
+ <artifactId >kotlin-stdlib</artifactId >
72
+ <version >${version.kotlin} </version >
73
+ </dependency >
69
74
<dependency >
70
75
<groupId >org.jetbrains.kotlin</groupId >
71
76
<artifactId >kotlin-reflect</artifactId >
Original file line number Diff line number Diff line change 35
35
provide their own version of the hamcrest dependency and not be forced
36
36
to inherit this one! -->
37
37
<groupId >org.hamcrest</groupId >
38
- <artifactId >hamcrest-all </artifactId >
38
+ <artifactId >hamcrest</artifactId >
39
39
<scope >provided</scope >
40
40
</dependency >
41
41
<dependency >
You can’t perform that action at this time.
0 commit comments