Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 992241e

Browse files
committed
resolved dependency conflicts
1 parent 01dc54e commit 992241e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
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>

webtester-kotlin/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
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>

webtester-support-hamcrest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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>

0 commit comments

Comments
 (0)