We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ff37d commit ced4e56Copy full SHA for ced4e56
test-framework/kubernetes-client/pom.xml
@@ -46,17 +46,16 @@
46
<dependency>
47
<groupId>io.fabric8</groupId>
48
<artifactId>kubernetes-server-mock</artifactId>
49
- <exclusions>
50
- <exclusion>
51
- <groupId>io.fabric8</groupId>
52
- <artifactId>kubernetes-httpclient-okhttp</artifactId>
53
- </exclusion>
54
- </exclusions>
55
</dependency>
56
57
58
<artifactId>kubernetes-httpclient-vertx</artifactId>
59
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit4.version}</version>
+ </dependency>
60
61
<groupId>jakarta.annotation</groupId>
62
<artifactId>jakarta.annotation-api</artifactId>
0 commit comments