Skip to content

Commit bd18d4e

Browse files
authored
[FLINK-36332] Exclude kubernetes-httpclient form API module.
1 parent 6e3cc79 commit bd18d4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: flink-kubernetes-operator-api/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ under the License.
7272
<groupId>com.squareup.okhttp3</groupId>
7373
<artifactId>*</artifactId>
7474
</exclusion>
75+
<exclusion>
76+
<groupId>io.fabric8</groupId>
77+
<artifactId>kubernetes-httpclient-okhttp</artifactId>
78+
</exclusion>
7579
</exclusions>
7680
</dependency>
7781

0 commit comments

Comments
 (0)