Hi, > By the way, I will deal with the LGPL license issue next. If I only rely on > the jar based on the LGPL license in the pom file of the project, and do not > directly embed its class files in the project, such as MariaDB dependency is > only used as a database driver reference, I understand that this is allowed > to be released.
No that is not usually allowed. ASF project cannot have a dependency with a Category X license. [1] It’s only Ok if it is optional and not distributed. [2] Kind Regards, Justin 1. https://www.apache.org/legal/resolved.html#prohibited 2. https://www.apache.org/legal/resolved.html#optional