Chesnay Schepler created FLINK-30089: ----------------------------------------
Summary: Remove dependency promotion from kinesis connector Key: FLINK-30089 URL: https://issues.apache.org/jira/browse/FLINK-30089 Project: Flink Issue Type: Technical Debt Components: Build System, Connectors / Kinesis Reporter: Chesnay Schepler Assignee: Chesnay Schepler Fix For: 1.17.0 The shade-plugin in the kinesis connector is configured to promote transitive dependencies. This represents a special case in our shading setup, breaks the dependency tree structure (since _all_ transitive dependencies are moved to the top) and it makes the sql-kinesis packaging overly complicated. Get rid of the dependency promotion and explicitly depend on anything that we pull in transitively but don't shade in the kinesis connector itself. -- This message was sent by Atlassian Jira (v8.20.10#820010)