Skip to content

Commit 17aaf76

Browse files
authored
Merge pull request #1425 from basil/hamcrest
2 parents 6fa4419 + 0753243 commit 17aaf76

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -243,24 +243,12 @@
243243
<artifactId>kubernetes-server-mock</artifactId>
244244
<version>6.8.1</version>
245245
<scope>test</scope>
246-
<exclusions>
247-
<exclusion>
248-
<groupId>org.junit.jupiter</groupId>
249-
<artifactId>junit-jupiter-api</artifactId>
250-
</exclusion>
251-
</exclusions>
252246
</dependency>
253247
<dependency>
254248
<groupId>org.awaitility</groupId>
255249
<artifactId>awaitility</artifactId>
256250
<version>4.2.0</version>
257251
<scope>test</scope>
258-
<exclusions>
259-
<exclusion>
260-
<groupId>org.hamcrest</groupId>
261-
<artifactId>hamcrest</artifactId>
262-
</exclusion>
263-
</exclusions>
264252
</dependency>
265253
</dependencies>
266254

0 commit comments

Comments
 (0)