martin-g commented on a change in pull request #340: URL: https://github.com/apache/flume/pull/340#discussion_r607557723
########## File path: flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml ########## @@ -84,6 +84,11 @@ limitations under the License. </exclusions> </dependency> + <dependency> + <groupId>org.jdom</groupId> + <artifactId>jdom</artifactId> Review comment: This is what I've found: 1) https://github.com/hunterhacker/jdom/blob/3c4e2cfec3b8c7de45ec04cf5c2a01e3dc20c59c/maven/maven.pom#L31 says that its license is "Apache-like". 2) JDom is not explicitly forbidden at https://www.apache.org/legal/resolved.html 3) There are many projects at https://github.com/apache that use JDom: https://github.com/search?q=org%3Aapache+org.jdom&type=code I think it is fine to use it! -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org