gong opened a new pull request, #4492: URL: https://github.com/apache/incubator-inlong/pull/4492
[INLONG-4491][Sort] Fix missing dependencies after packaging for sor-dist module - Fixes #4491 ### Motivation Fix `sort-dist` maven package lose dependencies. ### Modifications 1. remove `artifactSet` of `sort-dist pom`. 2. set `createDependencyReducedPom` false. sort-dist is a execute jar should set `createDependencyReducedPom` false. wo can see the [discussion](https://stackoverflow.com/questions/22904573/what-is-the-purpose-of-dependency-reduced-pom-xml-generated-by-the-shade-plugin). And [flink-dist](https://github.com/apache/flink/blob/master/flink-dist/pom.xml) set `createDependencyReducedPom` false too. -- 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]
