Github user vrozov commented on a diff in the pull request:
https://github.com/apache/drill/pull/1195#discussion_r178366218
--- Diff: tools/fmpp/pom.xml ---
@@ -57,6 +57,10 @@
<artifactId>commons-logging-api</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>bsh</artifactId>
--- End diff --
add bsh:org.beanshell to the prohibited dependencies.---
