Skip to content

Commit de2ba8f

Browse files
committed
fix: use jdk httpclient implementation for integration tests
1 parent fb683d8 commit de2ba8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

operator-framework/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
<groupId>io.javaoperatorsdk</groupId>
1818
<artifactId>operator-framework-core</artifactId>
1919
</dependency>
20+
<dependency>
21+
<groupId>io.fabric8</groupId>
22+
<artifactId>kubernetes-httpclient-jdk</artifactId>
23+
</dependency>
2024
<dependency>
2125
<groupId>org.apache.commons</groupId>
2226
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)