We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fa4419 + 0753243 commit 17aaf76Copy full SHA for 17aaf76
pom.xml
@@ -243,24 +243,12 @@
243
<artifactId>kubernetes-server-mock</artifactId>
244
<version>6.8.1</version>
245
<scope>test</scope>
246
- <exclusions>
247
- <exclusion>
248
- <groupId>org.junit.jupiter</groupId>
249
- <artifactId>junit-jupiter-api</artifactId>
250
- </exclusion>
251
- </exclusions>
252
</dependency>
253
<dependency>
254
<groupId>org.awaitility</groupId>
255
<artifactId>awaitility</artifactId>
256
<version>4.2.0</version>
257
258
259
260
- <groupId>org.hamcrest</groupId>
261
- <artifactId>hamcrest</artifactId>
262
263
264
265
</dependencies>
266
0 commit comments