Skip to content

Commit

Permalink
Don't exclude okhttp from kubernetes-client test
Browse files Browse the repository at this point in the history
  • Loading branch information
aloubyansky committed Jan 27, 2021
1 parent d862460 commit 133f14e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-framework/kubernetes-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-server-mock</artifactId>
<exclusions>
<!--
<exclusion>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</exclusion>
-->
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
Expand Down

0 comments on commit 133f14e

Please sign in to comment.