[
https://issues.apache.org/jira/browse/FLINK-20043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17227969#comment-17227969
]
Alexander Alexandrov commented on FLINK-20043:
----------------------------------------------
{quote}are we allowed to ship a Kinesis fat jar license-wise?
{quote}
I ran the following command
{code}
mvn license:third-party-report -pl :flink-connector-kinesis_2.11
{code}
The produced [^third-party-report.html] shows that all AWS packages have Apache
2.0 License. The ones that I am not sure about are
{{javax.xml.bind:jaxb-api:2.3.1}},
{{javax.activation:javax.activation-api:1.2.0}} and
{{org.javassist:javassist:3.24.0-GA}}, which have GPL variants.
However, {{org.javassist:javassist:3.24.0-GA}} is also a dependency in
{{flink-sql-connectors-kafka}}. I have to check whether we strictly need the
first two.
> Add flink-sql-connector-kinesis package
> ---------------------------------------
>
> Key: FLINK-20043
> URL: https://issues.apache.org/jira/browse/FLINK-20043
> Project: Flink
> Issue Type: Improvement
> Reporter: Alexander Alexandrov
> Assignee: Alexander Alexandrov
> Priority: Major
> Attachments: third-party-report.html
>
>
> This is a follow up item after the recent addition of [Kinesis SQL source and
> sink in PR #13770 |https://github.com/apache/flink/pull/13770].
> Create a package that bundles a fat connector jar that can be used by SQL
> clients. SeeĀ [FLINK-11026|https://issues.apache.org/jira/browse/FLINK-11026]
> and the related PRs for a discussion how to do that.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)