leo65535 edited a comment on pull request #1022:
URL: 
https://github.com/apache/incubator-seatunnel/pull/1022#issuecomment-1014102939


   hi @yx91490, let's imagine a scenario, if `flink-console` and `flink-doris` 
module references the same dependency called `log-xx` dependency, flink-console 
requires `log-xx.1.2.0`, but flink-doris requires `log-xx.1.5.0`. In this 
scenario, we need the shade plugin.
   BTW, seatunnel has many connectors, maven-shade-plugin is useful for each 
module when meets conflict.
   
   ```
   [dcadmin@dcadmin seatunnel-connectors]$ du -chs *
   4.0K    pom.xml
   1.5M    seatunnel-connector-flink-console
   1.8M    seatunnel-connector-flink-doris
   ```


-- 
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]


Reply via email to