SamBarker commented on PR #906:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/906#issuecomment-2430558964

   I've added eede213 to address the issues highlighted by @k-wall 
   
   ```shell
   mvn help:effective-pom -pl :flink-kubernetes-operator 
-Doutput=/tmp/default-pom.xml
   mvn help:effective-pom -pl :flink-kubernetes-operator -P\!depend-on-okhttp4 
-Dfabric8.httpclient.impl=jdk -Doutput=/tmp/jdk-pom.xml
   diff /tmp/*-pom.xml
   4c4
   < <!-- Generated by Maven Help Plugin on 2024-10-23T13:21:57+13:00           
 -->
   ---
   > <!-- Generated by Maven Help Plugin on 2024-10-23T13:23:54+13:00           
 -->
   551c551
   <       <artifactId>kubernetes-httpclient-okhttp</artifactId>
   ---
   >       <artifactId>kubernetes-httpclient-jdk</artifactId>
   693,698d692
   <     </dependency>
   <     <dependency>
   <       <groupId>com.squareup.okhttp3</groupId>
   <       <artifactId>okhttp</artifactId>
   <       <version>4.12.0</version>
   <       <scope>compile</scope>
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to