openinx commented on PR #4553:
URL: https://github.com/apache/iceberg/pull/4553#issuecomment-1107689351
```patch
+ compileOnly "org.apache.flink:flink-connector-base:${flinkVersion}"
+ compileOnly "org.apache.flink:flink-connector-files:${flinkVersion}"
+ // This should be connectors-base, plus some other things that are
needed
+ // compileOnly "org.apache.flink:flink-connectors:${flinkVersion}"
```
As we've already added the specific children artifactId, so I think the
`org.apache.flink:flink-connectors` is not required now. we can just remove
the comments.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]