Skip to content

Commit d1ef56a

Browse files
committed
fix: re-add optional okhttp dependency for convenience
1 parent 05bb346 commit d1ef56a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

operator-framework/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
<artifactId>operator-framework-core</artifactId>
1919
</dependency>
2020

21+
<dependency>
22+
<groupId>io.fabric8</groupId>
23+
<artifactId>kubernetes-httpclient-okhttp</artifactId>
24+
<scope>runtime</scope>
25+
<optional>true</optional>
26+
</dependency>
27+
2128
<dependency>
2229
<groupId>org.apache.commons</groupId>
2330
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)