Github user arina-ielchiieva commented on the issue:
https://github.com/apache/drill/pull/1011
@paul-rogers when unit running tests with mapr profile, they fail because
this commit bring banned dependency:
`[INFO] --- maven-enforcer-plugin:1.3.1:enforce (avoid_bad_dependencies) @
drill-java-exec ---
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.BannedDependencies
failed with message:
Found Banned Dependency: org.json:json:jar:20080701
Use 'mvn dependency:tree' to locate the source of the banned dependencies.`
Please use `mvn dependency:tree -Dincludes=org.json:json -Pmapr` to see the
results.
---