We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3550898 commit 25bf26eCopy full SHA for 25bf26e
flink-kubernetes-webhook/pom.xml
@@ -63,6 +63,12 @@ under the License.
63
<artifactId>kubernetes-server-mock</artifactId>
64
<version>${fabric8.version}</version>
65
<scope>test</scope>
66
+ <exclusions>
67
+ <exclusion>
68
+ <groupId>com.squareup.okhttp3</groupId>
69
+ <artifactId>mockwebserver</artifactId>
70
+ </exclusion>
71
+ </exclusions>
72
</dependency>
73
74
<dependency>
0 commit comments