You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/01/29 15:09:00 UTC

[GitHub] [flink] zentol commented on issue #10959: [FLINK-15335] Replace `add-dependencies-for-IDEA` profile

zentol commented on issue #10959: [FLINK-15335] Replace `add-dependencies-for-IDEA` profile
URL: https://github.com/apache/flink/pull/10959#issuecomment-579798937
 
 
   the user facing docs already contain such a paragraph; and for flink-devs it shouldn't (?) be necessary.
   dependencies.md:
   ```
   It is highly recommended to keep the dependencies in scope *provided*. If they are not set to *provided*,
   the best case is that the resulting JAR becomes excessively large, because it also contains all Flink core
   dependencies. The worst case is that the Flink core dependencies that are added to the application's jar file
   clash with some of your own dependency versions (which is normally avoided through inverted classloading).
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services