ccaominh commented on a change in pull request #8128: Fix dependency analyze warnings URL: https://github.com/apache/incubator-druid/pull/8128#discussion_r306498776
########## File path: licenses.yaml ########## @@ -2161,6 +2180,16 @@ libraries: --- +name: Apache Hadoop +license_category: binary +module: extensions/druid-orc-extensions +license_name: Apache License version 2.0 +version: 2.2.0 Review comment: `mvn dependency:tree` shows that it's being pulled in by the `org.apache.orc:orc-core` dependency: ``` [INFO] +- org.apache.orc:orc-core:jar:1.5.5:compile [INFO] | +- org.apache.orc:orc-shims:jar:1.5.5:compile [INFO] | +- com.google.protobuf:protobuf-java:jar:3.1.0:compile [INFO] | +- io.airlift:aircompressor:jar:0.10:compile [INFO] | +- javax.xml.bind:jaxb-api:jar:2.3.1:compile [INFO] | | \- javax.activation:javax.activation-api:jar:1.2.0:compile [INFO] | \- org.apache.hadoop:hadoop-hdfs:jar:2.2.0:compile ``` I'll exclude it (similar to what's being done for `org.apache.orc:orc-mapreduce`). ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
