You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/04 02:21:34 UTC

[GitHub] [flink] wangyang0918 commented on issue #11000: [FLINK-15864][k8s] Upgrade jackson-databind dependency to 2.10.1

wangyang0918 commented on issue #11000: [FLINK-15864][k8s] Upgrade jackson-databind dependency to 2.10.1
URL: https://github.com/apache/flink/pull/11000#issuecomment-581711129
 
 
   @tillrohrmann Thanks for creating this PR.
   
   The current version(4.5.2) of kubernetes-client has fixed problem about different version conflict of dependency `com.fasterxml.jackson`. So of cause, we could remove the `exclude` part and using transitive dependencies. 
   
   Then if we remove the explicit dependencies and exclusions, i think we do not need to shade the `com.fasterxml.jackson` related packages anymore. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services