taojintianxia opened a new issue, #23049: URL: https://github.com/apache/shardingsphere/issues/23049
currently the agent module use `maven shade plugin` as the solution for dependency conflict, however this makes a lot of dependency duplication in different plugin modules, followings are the plugins :  the shaded guava are duplicated in different plugin artifact:   to refactor the agent packaging, we need to refactor followings : - [ ] add new module `shade-dependency` and add all shaded depenency into this module. - [ ] every module invoke `shade-dependeny` when invoke the third-party dependency. - [ ] exclude the `shade-dependency` in different plugin module when packaging. - [ ] packing `shade-dependency` artifact into plugins folder of distribution artifact. -- 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]
