Pil0tXia opened a new issue, #4842: URL: https://github.com/apache/eventmesh/issues/4842
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Enhancement Request According to [ASF 3RD PARTY LICENSE POLICY](https://www.apache.org/legal/resolved.html), artifacts with specific licenses may not be distributed with EventMesh binary. Artifacts licensed under multiple licenses and one of these licenses compatible with Apache 2.0 can be excluded from this issue's task. ### Describe the solution you'd like Run `generateDistLicense` Gradle task (will be merged in https://github.com/apache/eventmesh/pull/4831), and remove artifacts with incompatible licenses from the classpath. Personal summary of license violations (There may be omissions, feel free to add): - GPL: hibernate-commons-annotations, hibernate-core (within JDBC Connector) - BSD-4-Clause: xsdlib (within DingTalk Connector) You may run `printAllDependencyTrees` task (will be merged in https://github.com/apache/eventmesh/pull/4827) to get detailed dependency trees. ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) * -- 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]
