Skip to content

Commit c94e213

Browse files
committed
fix: remove now unneeded okhttp dependency override
Signed-off-by: Chris Laprun <claprun@redhat.com>
1 parent 9441af2 commit c94e213

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,15 +199,6 @@
199199
<artifactId>operator-framework</artifactId>
200200
<version>${project.version}</version>
201201
</dependency>
202-
<!--
203-
regarding the okhttp explicit version
204-
see https://github.com/fabric8io/kubernetes-client/issues/4290
205-
-->
206-
<dependency>
207-
<groupId>com.squareup.okhttp3</groupId>
208-
<artifactId>okhttp</artifactId>
209-
<version>${okhttp.version}</version>
210-
</dependency>
211202
<dependency>
212203
<groupId>com.squareup.okhttp3</groupId>
213204
<artifactId>logging-interceptor</artifactId>

0 commit comments

Comments
 (0)