Skip to content

Commit 25bf26e

Browse files
committed
[FLINK-36332] exclude mockwebserver to ensure we land on single version
1 parent 3550898 commit 25bf26e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flink-kubernetes-webhook/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ under the License.
6363
<artifactId>kubernetes-server-mock</artifactId>
6464
<version>${fabric8.version}</version>
6565
<scope>test</scope>
66+
<exclusions>
67+
<exclusion>
68+
<groupId>com.squareup.okhttp3</groupId>
69+
<artifactId>mockwebserver</artifactId>
70+
</exclusion>
71+
</exclusions>
6672
</dependency>
6773

6874
<dependency>

0 commit comments

Comments
 (0)