Skip to content

Commit

Permalink
[FLINK-36332] Exclude kubernetes-httpclient form API module.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBarker authored Oct 14, 2024
1 parent 6e3cc79 commit bd18d4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flink-kubernetes-operator-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ under the License.
<groupId>com.squareup.okhttp3</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-httpclient-okhttp</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit bd18d4e

Please sign in to comment.