Skip to content

Commit ced4e56

Browse files
committed
fix: quarkus-test-kubernetes-client dependencies
Signed-off-by: Marc Nuri <[email protected]>
1 parent 44ff37d commit ced4e56

File tree

1 file changed

+5
-6
lines changed
  • test-framework/kubernetes-client

1 file changed

+5
-6
lines changed

test-framework/kubernetes-client/pom.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,16 @@
4646
<dependency>
4747
<groupId>io.fabric8</groupId>
4848
<artifactId>kubernetes-server-mock</artifactId>
49-
<exclusions>
50-
<exclusion>
51-
<groupId>io.fabric8</groupId>
52-
<artifactId>kubernetes-httpclient-okhttp</artifactId>
53-
</exclusion>
54-
</exclusions>
5549
</dependency>
5650
<dependency>
5751
<groupId>io.fabric8</groupId>
5852
<artifactId>kubernetes-httpclient-vertx</artifactId>
5953
</dependency>
54+
<dependency>
55+
<groupId>junit</groupId>
56+
<artifactId>junit</artifactId>
57+
<version>${junit4.version}</version>
58+
</dependency>
6059
<dependency>
6160
<groupId>jakarta.annotation</groupId>
6261
<artifactId>jakarta.annotation-api</artifactId>

0 commit comments

Comments
 (0)