zentol commented on a change in pull request #9494: [FLINK-12847] [Connectors /
Kinesis] update flink-connector-kinesis to use Apache 2.0 licensed code
URL: https://github.com/apache/flink/pull/9494#discussion_r316598904
##########
File path: docs/dev/connectors/kinesis.zh.md
##########
@@ -38,13 +38,13 @@ To use the connector, add the following Maven dependency
to your project:
</dependency>
{% endhighlight %}
-**The `flink-connector-kinesis{{ site.scala_version_suffix }}` has a
dependency on code licensed under the [Amazon Software
License](https://aws.amazon.com/asl/) (ASL).
-Linking to the flink-connector-kinesis will include ASL licensed code into
your application.**
-The `flink-connector-kinesis{{ site.scala_version_suffix }}` artifact is not
deployed to Maven central as part of
-Flink releases because of the licensing issue. Therefore, you need to build
the connector yourself from the source.
+<span class="label label-danger">Attention</span> Prior to Flink version
1.10.0 the `flink-connector-kinesis{{ site.scala_version_suffix }}` has a
dependency on code licensed under the [Amazon Software
License](https://aws.amazon.com/asl/) (ASL).
+Linking to the flink-connector-kinesis for the prior versions will include ASL
licensed code into your application.
Review comment:
```suggestion
Linking to the prior versions of flink-connector-kinesis will include this
code into your application.
```
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services