Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/971#discussion_r143944633
--- Diff: exec/java-exec/pom.xml ---
@@ -434,7 +434,11 @@
<artifactId>joda-time</artifactId>
<version>2.9</version>
</dependency>
-
+ <dependency>
+ <groupId>commons-net</groupId>
+ <artifactId>commons-net</artifactId>
+ <version>LATEST</version>
--- End diff --
Please use exact lib version instead of `LATEST`.---
