Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.11.0
-
None
Description
Apache Drill has dependencies on json.org lib indirectly from two libraries:
com.mapr.hadoop:maprfs:jar:5.2.1-mapr
com.mapr.fs:mapr-hbase:jar:5.2.1-mapr
[INFO] org.apache.drill.contrib:drill-format-mapr:jar:1.12.0-SNAPSHOT [INFO] +- com.mapr.hadoop:maprfs:jar:5.2.1-mapr:compile [INFO] | \- org.json:json:jar:20080701:compile [INFO] \- com.mapr.fs:mapr-hbase:jar:5.2.1-mapr:compile [INFO] \- (org.json:json:jar:20080701:compile - omitted for duplicate)
Need to make sure we won't have any dependencies from these libs to org.json:json lib and ban this lib in main pom.xml file.
Issue is critical since Apache release won't happen until we make sure org.json:json lib is not used (https://www.apache.org/legal/resolved.html).
Attachments
Attachments
Issue Links
- links to