CrynetLogistics commented on a change in pull request #17345:
URL: https://github.com/apache/flink/pull/17345#discussion_r749188786
##########
File path: flink-connectors/flink-connector-kinesis/pom.xml
##########
@@ -139,6 +139,11 @@ under the License.
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
Review comment:
Doesn't the `flink-connector-kinesis` need to access the dependencies
that have been moved to `flink-connector-aws-kinesis-data-streams` in the first
commit? I moved the dependencies in the first commit and so added the
dependency in the pom there too, otherwise it wouldn't compile.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]