javeme opened a new issue, #1632: URL: https://github.com/apache/incubator-hugegraph/issues/1632
### Feature Description (功能描述) Need to check dependency with [licenses](https://www.apache.org/legal/resolved.html#category-x) as follows (refer to the TODO in #1644): - GPL - LGPL - AGPL how-to: ```sh config `license-maven-plugin` in pom.xml execute `mvn license:aggregate-add-third-party` ``` http://blog.itpub.net/69918724/viewspace-2655816 https://github.com/apache/servicecomb-pack/blob/master/pom.xml#L640 possible conflicts include libs like `mysql-connector` and `word`. -- 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]
