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 2019/06/17 05:54:35 UTC

[GitHub] [flink] wangyang0918 commented on issue #8624: [FLINK-10932]Initial flink-kubernetes module with empty implementation

wangyang0918 commented on issue #8624: [FLINK-10932]Initial flink-kubernetes module with empty implementation
URL: https://github.com/apache/flink/pull/8624#issuecomment-502544267
 
 
   Hi, @tianchen92 
   I think you should remove the `dependencyManagement` and do as the following steps. 
   1. Add the `exclusions` of `jackson-core` `jackson-annotations` `jackson-databind` in the `kubernetes-client` dependency.
   2. Add the direct dependency with the specific version of the above exclusions.
   3. Set shaded plugin.

----------------------------------------------------------------
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