[
https://issues.apache.org/jira/browse/FLINK-16885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17073633#comment-17073633
]
Chesnay Schepler commented on FLINK-16885:
------------------------------------------
You can just remove the exclusions.
The shade-plugin will remove all transitive dependencies since
{{promoteTransitiveDependencies}} is false.
This will work so long as all declared dependencies are included in the
{{artifactSet}}.
> SQL hive-connector wilcard excludes don't work on maven 3.1.X
> -------------------------------------------------------------
>
> Key: FLINK-16885
> URL: https://issues.apache.org/jira/browse/FLINK-16885
> Project: Flink
> Issue Type: Bug
> Components: Build System, Connectors / Hive
> Affects Versions: 1.11.0
> Reporter: Chesnay Schepler
> Assignee: Jingsong Lee
> Priority: Blocker
> Fix For: 1.11.0
>
>
> The sql-connector-hive modules added in FLINK-16455 use wildcards imports to
> exclude all transitive dependencies from hive.
> This is a maven 3.2.1+ feature. This may imply that Flink cannot be properly
> built anymore with maven 3.1 .
--
This message was sent by Atlassian Jira
(v8.3.4#803005)