You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by GitBox <gi...@apache.org> on 2021/04/06 06:35:07 UTC

[GitHub] [flume] martin-g commented on a change in pull request #340: FLUME-3389 Build and test Apache Flume on ARM64 CPU architecture

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 excluded 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:
users@infra.apache.org