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 2018/11/25 21:10:10 UTC

[GitHub] StephanEwen commented on issue #7170: [FLINK-10997][formats] Bundle kafka-scheme-registry-client

StephanEwen commented on issue #7170: [FLINK-10997][formats] Bundle kafka-scheme-registry-client
URL: https://github.com/apache/flink/pull/7170#issuecomment-441473526
 
 
   +1 to the idea, but we should do it differently.
   
   If you want the Avro dependency not in the shaded jar, simply set it to provided.
   
   This also automatically drops all transitive dependencies, so no need to maintain the exclusion list. The exclusion list is cumbersome and fragile, which seems to be also the reason why travis failed: one missing exclusion resulting in a collision on the service entries between different jackson version (one from Avro, other from Schema Registry).
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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