jeesmon commented on PR #327:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/327#issuecomment-1194049256

   @gyfora Locally I extracted META-INF/DEPENDENCIES from 
flink-kubernetes-operator-1.0-SNAPSHOT-shaded.jar and checked okhttp version 
and found it included 4.10.0. Is that enough?
   
   ```
   docker run --rm -it flink-kubernetes-operator:1.0-SNAPSHOT-xxx bash
   cd
   jar xf /flink-kubernetes-operator/flink-kubernetes-operator-*-shaded.jar 
META-INF/DEPENDENCIES
   grep -A 1 okhttp META-INF/DEPENDENCIES
     - okhttp-logging-interceptor (https://square.github.io/okhttp/) 
com.squareup.okhttp3:logging-interceptor:jar:4.10.0
       License: The Apache Software License, Version 2.0  
(http://www.apache.org/licenses/LICENSE-2.0.txt)
     - okhttp (https://square.github.io/okhttp/) 
com.squareup.okhttp3:okhttp:jar:4.10.0
       License: The Apache Software License, Version 2.0  
(http://www.apache.org/licenses/LICENSE-2.0.txt)
   ```    
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to