Github user vrozov commented on a diff in the pull request:
https://github.com/apache/drill/pull/1202#discussion_r180226298
--- Diff: exec/vector/pom.xml ---
@@ -69,6 +69,7 @@
<groupId>org.apache.drill</groupId>
<artifactId>drill-common</artifactId>
<version>${project.version}</version>
+ <scope>test</scope>
--- End diff --
How it worked before? In the commit that introduced the test dependency,
there is no test categorization.---
